aboutsummaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-11-09 23:26:42 +0100
committerHugo Hörnquist <hugo@hornquist.se>2018-11-09 23:26:42 +0100
commitebb16d1dabedfdc3fc392b8c36f46a486ee3549f (patch)
treeded1669ddaeb7416526bfdd0659e5f1d15458e62 /Main.hs
downloadtexttv-ebb16d1dabedfdc3fc392b8c36f46a486ee3549f.tar.gz
texttv-ebb16d1dabedfdc3fc392b8c36f46a486ee3549f.tar.xz
Initial commit.t
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
new file mode 100644
index 0000000..c0e4ed0
--- /dev/null
+++ b/Main.hs
@@ -0,0 +1,8 @@
+import Text.ParserCombinators.Parsec
+
+docParser :: GenParser Char () Doc
+
+parseLine ::
+
+main :: IO ()
+main = putStrLn "HaHa"