
6 Oct
2007
6 Oct
'07
9:10 p.m.
This is of course very easy to do manually, but does a command line tool exist for extracting source code from literate Haskell files?
Cpphs is the perfect tool to do this.
In case the link is not immediately obvious, cpphs has the -unlit flag to remove the literate parts of the file, leaving pure code. Regards, Malcolm