[project @ 2002-05-31 12:22:33 by panne]
[ghc-base.git] / Text / ParserCombinators / Parsec / examples / Mondrian / Main.hs
1 -----------------------------------------------------------
2 -- Daan Leijen (c) 1999-2000, daan@cs.uu.nl
3 -----------------------------------------------------------
4 module Main where
5
6 import MonParser (prettyFile)
7
8
9 main    :: IO ()
10 main    = prettyFile "prelude.m"