squash warnings

This commit is contained in:
rhiannon morris 2023-06-23 18:32:05 +02:00
parent 6eccfeef52
commit fa09aaf228
9 changed files with 53 additions and 54 deletions

View file

@ -34,7 +34,7 @@ ToInfo Error' where
M = Eff [Except Error', DefsReader]
inj : TC a -> M a
inj act = rethrow $ mapFst TCError $ runTC !defs act
inj act = rethrow $ mapFst TCError $ runTC !(askAt DEFS) act
reflTy : Term d n