Merge pull request #482 from iclanzan/patch-2

Fix typo
This commit is contained in:
Niklas Larsson 2020-07-23 14:51:31 +02:00 committed by GitHub
commit 2542c325b1
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
ImpBind : Def -- global name temporarily standing for an implicitly bound name
-- A delayed elaboration. The elaborators themselves are stored in the
-- unifiation state
-- unification state
Delayed : Def
export