Skip to content

Commit

Permalink
[ quote ] Turn off tcinlining when quoting delays
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Jul 31, 2024
1 parent 72241a4 commit a9d9919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/Normalise/Quote.idr
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ mutual
toHolesOnly : Closure vs -> Closure vs
toHolesOnly (MkClosure opts locs env tm)
= MkClosure ({ holesOnly := True,
argHolesOnly := True } opts)
argHolesOnly := True,
tcInline := False } opts)
locs env tm
toHolesOnly c = c
quoteGenNF q opts defs bound env (NForce fc r arg args)
Expand Down

0 comments on commit a9d9919

Please sign in to comment.