src/Tools/Haskell/XML/Encode.hs
changeset 69287 0fde0dca6744
parent 69280 e1d01b351724
child 69290 fb77612d11eb
--- 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