blob: 5c617a501a1d1efd07a25d7ebd447ca73f289625 (
plain)
1
2
3
4
5
6
7
8
9
10
|
NamedWildcardsEnabled.hs:4:8: error:
Found hole: _a :: Bool
To use the inferred type, enable PartialTypeSignatures
In the type signature for ‘foo’: _a -> _b
NamedWildcardsEnabled.hs:4:14: error:
Found hole: _b :: Bool
To use the inferred type, enable PartialTypeSignatures
In the type signature for ‘foo’: _a -> _b
|