aboutsummaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-18 14:57:14 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-18 14:57:14 +0100
commit7352d1932e15b6da85774853e6953c0b390fd75b (patch)
treefa193c3a2a85e2628645598d8f48a77d0f4604eb /Main.hs
parentAdd preliminary parse code. (diff)
downloadtexttv-7352d1932e15b6da85774853e6953c0b390fd75b.tar.gz
texttv-7352d1932e15b6da85774853e6953c0b390fd75b.tar.xz
Working.
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Main.hs b/Main.hs
deleted file mode 100644
index c0e4ed0..0000000
--- a/Main.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-import Text.ParserCombinators.Parsec
-
-docParser :: GenParser Char () Doc
-
-parseLine ::
-
-main :: IO ()
-main = putStrLn "HaHa"