search for multiple TRMC opportunities

This commit is contained in:
Folkert 2023-06-21 20:56:36 +02:00
parent b349fca521
commit c87519c209
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
8 changed files with 138 additions and 116 deletions

View file

@ -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