squash warnings
This commit is contained in:
parent
6eccfeef52
commit
fa09aaf228
9 changed files with 53 additions and 54 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue