Add some boiler plate for warnings
This commit is contained in:
parent
6c180554ec
commit
aaaff776e0
2 changed files with 9 additions and 5 deletions
|
|
@ -15,4 +15,4 @@ typecheck tc = rmTEVar <=< f
|
|||
where
|
||||
f = case tc of
|
||||
Bi -> Bi.typecheck
|
||||
Hm -> Hm.typecheck
|
||||
Hm -> fmap fst . Hm.typecheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue