diff options
Diffstat (limited to 'app/Format.hs')
-rw-r--r-- | app/Format.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Format.hs b/app/Format.hs new file mode 100644 index 0000000..a779d95 --- /dev/null +++ b/app/Format.hs | |||
@@ -0,0 +1,3 @@ | |||
1 | module Format where | ||
2 | |||
3 | import Text.Parsec | ||