X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FParserCombinators%2FParsec%2Fexamples%2Fwhile%2FMain.hs;fp=Text%2FParserCombinators%2FParsec%2Fexamples%2Fwhile%2FMain.hs;h=0000000000000000000000000000000000000000;hb=6b42ff99c867e8eb18b22d1d50e914f1fc532dd5;hp=d8efb82fc635140b069b8ef9cbaa10f32cb91dc0;hpb=b21d4af465d575d0072ddf97e178e0e9545f77ba;p=ghc-base.git diff --git a/Text/ParserCombinators/Parsec/examples/while/Main.hs b/Text/ParserCombinators/Parsec/examples/while/Main.hs deleted file mode 100644 index d8efb82..0000000 --- a/Text/ParserCombinators/Parsec/examples/while/Main.hs +++ /dev/null @@ -1,12 +0,0 @@ -{--------------------------------------------------------------- -Daan Leijen (c) 2001. daan@cs.uu.nl - -$Revision: 1.1 $ -$Author: panne $ -$Date: 2002/05/31 12:22:35 $ ----------------------------------------------------------------} -module Main where - -import While( prettyWhileFromFile ) - -main = prettyWhileFromFile "fib.wh"