X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hxt-compile.git;a=blobdiff_plain;f=Main.hs;h=296b252f881547b713b0e719c74ffa7ab5033c59;hp=8466f76542ed536646388fa60c09700d69ca8bdc;hb=13dc5a370f4d7d3223937346fc63ce94c8aa85a8;hpb=5ccdec1d86b750444704312526a44eb68972027b diff --git a/Main.hs b/Main.hs index 8466f76..296b252 100644 --- a/Main.hs +++ b/Main.hs @@ -8,7 +8,7 @@ import qualified System.IO.UTF8 as Uio main :: IO () -main = do let fpath = "examples/tiny.xml" +main = do let fpath = "examples/utf8.xml" [hsMod] <- runX ( setErrorMsgHandler False fail >>> @@ -19,6 +19,8 @@ main = do let fpath = "examples/tiny.xml" ] >>> ( constA (Module "Foo") + &&& + constA [] &&& constA (HsIdent "foo") &&&