mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-05 11:32:15 +03:00
Fix build!
This commit is contained in:
parent
4ce469cc03
commit
62a86db1d5
@ -42,7 +42,7 @@ checkHole rig elabinfo nest env fc n_in (Just gexpty)
|
|||||||
addUserHole nm
|
addUserHole nm
|
||||||
pure (metaval, gexpty)
|
pure (metaval, gexpty)
|
||||||
checkHole rig elabinfo nest env fc n_in exp
|
checkHole rig elabinfo nest env fc n_in exp
|
||||||
= do nmty <- genName ("type_of_" ++ nameRoot n_in)
|
= do nmty <- genName ("type_of_" ++ n_in)
|
||||||
let env' = letToLam env
|
let env' = letToLam env
|
||||||
ty <- metaVar fc Rig0 env' nmty (TType fc)
|
ty <- metaVar fc Rig0 env' nmty (TType fc)
|
||||||
nm <- inCurrentNS (UN n_in)
|
nm <- inCurrentNS (UN n_in)
|
||||||
|
Loading…
Reference in New Issue
Block a user