diff options
author | Camil Staps | 2016-03-30 13:18:02 +0200 |
---|---|---|
committer | Camil Staps | 2016-03-30 13:18:02 +0200 |
commit | e452daceb395c4ea68bc67bd70f355f59867618b (patch) | |
tree | bf235fd22db5d4880685e83fc18dc6e6332f56e0 /test.icl | |
parent | Overloaded state, more boolean ops, unaliased Var (diff) |
Parentheses for Stm toString
Diffstat (limited to 'test.icl')
-rw-r--r-- | test.icl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ Start :: Int // Value of z after execution of sqrt in st Start = eval NS sqrt st z //Start = toString (seq sqrt st) // Derivation sequence of sqrt in st //Start = toString (tree sqrt st) // Derivation tree of sqrt in st +//Start = toString sqrt // The statement itself where st :: Char -> Int st 'x' = 9 |