mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
search for multiple TRMC opportunities
This commit is contained in:
parent
b349fca521
commit
c87519c209
8 changed files with 138 additions and 116 deletions
|
@ -23,7 +23,6 @@ main =
|
|||
|
||||
Err GetIntError ->
|
||||
Task.putLine "Error: Failed to get Integer from stdin."
|
||||
|
||||
|
||||
nest : (I64, Expr -> IO Expr), I64, Expr -> IO Expr
|
||||
nest = \f, n, e -> Task.loop { s: n, f, m: n, x: e } nestHelp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue