Parse literate Haskell file
Haskell Community [Unofficial]
March 24, 2026
Literate Haskell is handled by unlit before the parser. You can see how Scrod does it here: scrod/source/library/Scrod/Executable/Main.hs at main · tfausak/scrod · GitHub (line 64).
Discussion in the ATmosphere