diff options
Diffstat (limited to 'assignment-13/uFPL/Bootstrap.icl')
-rw-r--r-- | assignment-13/uFPL/Bootstrap.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assignment-13/uFPL/Bootstrap.icl b/assignment-13/uFPL/Bootstrap.icl index 8e00e97..fea376f 100644 --- a/assignment-13/uFPL/Bootstrap.icl +++ b/assignment-13/uFPL/Bootstrap.icl @@ -64,7 +64,7 @@ b4 :: Expr Bool RO b4 = roBool "b4" False millis :: Expr Int RO -millis = roLong "millis" 0 +millis = roULong "millis" 0 false :: Expr Bool RO false = lit False |