diff options
author | Camil Staps | 2018-01-07 11:51:01 +0100 |
---|---|---|
committer | Camil Staps | 2018-01-07 11:51:01 +0100 |
commit | 8ecc7a12c6d898199d86ef3bb1ef4bd1d325d32b (patch) | |
tree | 5a16bf2abcd28026815dfd0c0f5bc038094313db /assignment-13/uFPL/Sim.dcl | |
parent | Generate code from iTasks (diff) |
Finish generation of setup/loop/system functions; save files
Diffstat (limited to 'assignment-13/uFPL/Sim.dcl')
-rw-r--r-- | assignment-13/uFPL/Sim.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assignment-13/uFPL/Sim.dcl b/assignment-13/uFPL/Sim.dcl index b4d8528..96527db 100644 --- a/assignment-13/uFPL/Sim.dcl +++ b/assignment-13/uFPL/Sim.dcl @@ -69,4 +69,4 @@ instance toString UFPLException , display :: Display } -simulate :: [NamedRule] -> *World -> *World +simulate :: (String, [NamedRule]) -> *World -> *World |