Uglify the test a bit.

This commit is contained in:
Paweł Nowak 2014-10-29 20:28:06 +01:00
parent 597ebdeea0
commit 92f62c2608
2 changed files with 6 additions and 1 deletions

View File

@ -63,4 +63,5 @@ main = do
case S.runPrinter expr ast of
Left err -> putStrLn err
Right doc -> putStrLn (P.render doc)
return ()

View File

@ -1 +1,5 @@
\f -> (\x -> f (x x)) (\x -> f (x x))
\f->
(\x
-> f (x x)) (\x
-> f (x x)
)