summaryrefslogtreecommitdiff
path: root/src/AST
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-10-21 23:20:57 +0200
committerTom Smeding <tom@tomsmeding.com>2024-10-21 23:20:57 +0200
commite7d7ac0fd8b81c1d6fae9ab7c1e4654133c631ea (patch)
tree4dc880e6956b42f0920382d772b49adc2a4ce556 /src/AST
parent246439502b78c4a8fcc27ab3296c67471a2b239d (diff)
Tests
Diffstat (limited to 'src/AST')
-rw-r--r--src/AST/Pretty.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AST/Pretty.hs b/src/AST/Pretty.hs
index 7f60db1..8f1fe67 100644
--- a/src/AST/Pretty.hs
+++ b/src/AST/Pretty.hs
@@ -243,3 +243,5 @@ operator OLe{} = (Infix, "<=")
operator OEq{} = (Infix, "==")
operator ONot = (Prefix, "not")
operator OIf = (Prefix, "ifB")
+operator ORound64 = (Prefix, "round")
+operator OToFl64 = (Prefix, "toFl64")