Skip to content

Commit

Permalink
[ cleanup ] bring back explicit argument
Browse files Browse the repository at this point in the history
  • Loading branch information
gallais committed Nov 28, 2023
1 parent b726a32 commit ed95fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/Inline.idr
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mutual
| Nothing => pure Nothing
res <- eval rec env' stk'
(rewrite sym (appendAssociative args vars free) in
embed exp)
embed {outer = vars ++ free} exp)
pure (Just res)
tryApply rec stk env _ = pure Nothing

Expand Down

0 comments on commit ed95fdd

Please sign in to comment.