summaryrefslogtreecommitdiff
path: root/assignment-13/uFPL/Sim.dcl
diff options
context:
space:
mode:
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