summaryrefslogtreecommitdiff
path: root/assignment-13/uFPL/Sim.dcl
diff options
context:
space:
mode:
authorCamil Staps2018-01-07 17:12:34 +0100
committerCamil Staps2018-01-07 17:12:34 +0100
commit8578faf533ef5ed200b722ebc8551f32ace3a5cf (patch)
treee149a38e0ac89666b41b72f3e5b9f02374867fab /assignment-13/uFPL/Sim.dcl
parentIgnore .ino (diff)
Cleanup code
Diffstat (limited to 'assignment-13/uFPL/Sim.dcl')
-rw-r--r--assignment-13/uFPL/Sim.dcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/assignment-13/uFPL/Sim.dcl b/assignment-13/uFPL/Sim.dcl
index 96527db..6904033 100644
--- a/assignment-13/uFPL/Sim.dcl
+++ b/assignment-13/uFPL/Sim.dcl
@@ -53,8 +53,10 @@ instance toString UFPLException
| ITrigger ITrigger [IRule]
| ISetCursor (IExpr, IExpr)
| IPrint IExpr
+ | IPrintS String
-:: INamedRule = Rule String [IRule]
+:: INamedRule
+ = Rule String [IRule]
:: IShareState t =
{ isval :: t