cpphs-1.15: A liberalised re-implementation of cpp, the C pre-processor.

Safe HaskellSafe-Inferred

Language.Preprocessor.Unlit

Description

Part of this code is from Report on the Programming Language Haskell, version 1.2, appendix C.

Synopsis

Documentation

unlit :: FilePath -> String -> StringSource

unlit takes a filename (for error reports), and transforms the given string, to eliminate the literate comments from the program text.