--- a/src/Tools/Haskell/Haskell.thy Sun Nov 11 16:08:59 2018 +0100
+++ b/src/Tools/Haskell/Haskell.thy Mon Nov 12 11:41:11 2018 +0100
@@ -655,7 +655,7 @@
int_atom, bool_atom, unit_atom,
- tree, properties, string, init, bool, unit, pair, triple, list, variant
+ tree, properties, string, int, bool, unit, pair, triple, list, variant
)
where
--- a/src/Tools/Haskell/XML/Encode.hs Sun Nov 11 16:08:59 2018 +0100
+++ b/src/Tools/Haskell/XML/Encode.hs Mon Nov 12 11:41:11 2018 +0100
@@ -14,7 +14,7 @@
int_atom, bool_atom, unit_atom,
- tree, properties, string, init, bool, unit, pair, triple, list, variant
+ tree, properties, string, int, bool, unit, pair, triple, list, variant
)
where