tools/pas2c/Pas2C.hs
changeset 13819 db1b680bd8d3
parent 13344 4f9108f82879
child 13856 aed7ee68305a
child 13857 bc90a932a4b3
--- a/tools/pas2c/Pas2C.hs	Sun Sep 30 03:18:16 2018 +0200
+++ b/tools/pas2c/Pas2C.hs	Tue Oct 02 20:33:33 2018 +0200
@@ -1,6 +1,7 @@
 {-# LANGUAGE ScopedTypeVariables #-}
 module Pas2C where
 
+import Prelude hiding ((<>))
 import Text.PrettyPrint.HughesPJ
 import Data.Maybe
 import Data.Char