mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-03 10:14:53 +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
|
||||
pure (metaval, gexpty)
|
||||
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
|
||||
ty <- metaVar fc Rig0 env' nmty (TType fc)
|
||||
nm <- inCurrentNS (UN n_in)
|
||||
|
Loading…
Reference in New Issue
Block a user