Skip to content

Commit

Permalink
[ experim ] Change the rig to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Aug 13, 2023
1 parent e11e65f commit 89e1a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TTImp/ProcessRunElab.idr
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ processRunElab eopts nest env fc tm
unit <- getCon fc defs (builtin "Unit")
exp <- appCon fc defs n [unit]

stm <- checkTerm tidx InExpr (OverrideRig bot :: eopts) nest env tm (gnf env exp)
stm <- checkTerm tidx InExpr (OverrideRig Rig1 :: eopts) nest env tm (gnf env exp)
ignore $ elabScript top fc nest env !(nfOpts withAll defs env stm) Nothing
2 changes: 1 addition & 1 deletion tests/idris2/reflection021/RunElab0.idr
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ elabScript = pure ()
x : Unit
x = %runElab elabScript

%runElab elabScript
-- %runElab elabScript

0 comments on commit 89e1a40

Please sign in to comment.