Resolve ambiguity of <> in Pas2C.hs
authorWuzzy <Wuzzy2@mail.ru>
Tue, 02 Oct 2018 20:33:33 +0200
changeset 13819 db1b680bd8d3
parent 13818 a8fd5490932f
child 13820 cf7626f46bb2
Resolve ambiguity of <> in Pas2C.hs
tools/pas2c/Pas2C.hs
--- 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