scc
scc copied to clipboard
Literate Haskell not supported
Literate Haskell is an alternative form of Haskell code where comments are the default and code is marked special. It's not uncommon.
The file extension is .lhs but the data of Haskell and Literate Haskell should be merged in the final output.
For prior art, see cloc.
Yeah this is pretty close to https://github.com/boyter/scc/issues/43 as an issue, since it inverts the way its normally counted. Although the merging into Haskell is another consideration.
Ill have a think on this one because its not a trivial case to add.