Skip to content

Commit

Permalink
[ experim ] Just set top instead of bot in the processRunElab
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Aug 10, 2023
1 parent 10f3237 commit 40cdb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TTImp/ProcessRunElab.idr
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ processRunElab eopts nest env fc tm
exp <- appCon fc defs n [unit]

e <- newRef EST $ initEStateSub tidx env SubRefl
(stm, _) <- check bot (initElabInfo InExpr) nest env tm $ Just $ gnf env exp
(stm, _) <- check top (initElabInfo InExpr) nest env tm $ Just $ gnf env exp
ignore $ elabScript top fc nest env !(nfOpts withAll defs env stm) Nothing

0 comments on commit 40cdb19

Please sign in to comment.