Add some boiler plate for warnings

This commit is contained in:
sebastian 2023-04-02 00:42:42 +02:00
parent 6c180554ec
commit aaaff776e0
2 changed files with 9 additions and 5 deletions

View file

@ -15,4 +15,4 @@ typecheck tc = rmTEVar <=< f
where
f = case tc of
Bi -> Bi.typecheck
Hm -> Hm.typecheck
Hm -> fmap fst . Hm.typecheck