This commit is contained in:
Sorin Iclanzan 2020-07-21 09:26:46 -04:00 committed by GitHub
parent 0119c217c9
commit 2d15b59e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ data Def : Type where
(constraints : List Int) -> Def (constraints : List Int) -> Def
ImpBind : Def -- global name temporarily standing for an implicitly bound name ImpBind : Def -- global name temporarily standing for an implicitly bound name
-- A delayed elaboration. The elaborators themselves are stored in the -- A delayed elaboration. The elaborators themselves are stored in the
-- unifiation state -- unification state
Delayed : Def Delayed : Def
export export