blob: 00b0c0d92cc5d4ae3250d4ff03a739f7894292fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|