From 86c8896ee69b068368b4ef9a4c3923285907c328 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 18 Mar 2025 15:29:27 +0100 Subject: Parsing ING statements (POC) --- app/Format.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/Format.hs (limited to 'app/Format.hs') 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 @@ +module Format where + +import Text.Parsec -- cgit v1.2.3