Skip to content

Commit

Permalink
[ upstream ] Fix some compilation error introduced by a new compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Aug 8, 2024
1 parent 73dceae commit 4646130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/coop-monad/empty/003/Program.idr
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ program = do

res <- choiceMap
( \(comp, n) => choiceMap (\k => comp k <&> (++ ", var #\{show k}")) $ take n [1..n] )
[(s150, 1), (s55, 2), (s35, 3), (s77, 0)]
[(s150, 1), (s55, 2), (s35, 3), (s77 {m}, 0)]
printTime offset "top: \{res}"

printTime offset "end"

0 comments on commit 4646130

Please sign in to comment.