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

@ -637,7 +637,7 @@ parameters (loc : Loc) (ctx : TyContext d n)
private
runCompare : (Definitions -> EqContext n -> DSubst d 0 -> Equal_ ()) ->
Equal ()
runCompare act = fromEqual_ $ eachFace $ act !defs
runCompare act = fromEqual_ $ eachFace $ act !(askAt DEFS)
namespace Term
export covering