blob: 806a1f92a7dff6c349dee018d66e4e96970850aa (
plain)
1
2
3
4
5
6
7
8
9
10
|
T3177a.hs:8:15:
`Int' is applied to too many type arguments
In the Template Haskell quotation [t| Int Int |]
In the first argument of `id', namely `[t| Int Int |]'
In the expression: id [t| Int Int |]
T3177a.hs:11:6:
`Int' is applied to too many type arguments
In the type signature for `g': g :: Int Int
|