cpphs
Source code
Contents
Index
Main
Synopsis
version
::
String
main
::
IO
()
execute
::
CpphsOptions
->
Maybe
FilePath
->
Maybe
FilePath
->
IO
()
data
ConvertArgs
=
ConvertArgs
{
traditional
::
Bool
strip
::
Bool
infile
::
String
outfile
::
String
}
convertArgs
:: [
String
] -> [
String
]
Documentation
version
::
String
Source
main
::
IO
()
Source
execute
::
CpphsOptions
->
Maybe
FilePath
->
Maybe
FilePath
->
IO
()
Source
Execute the preprocessor. If the filepath is Nothing then default to stdout/stdin as appropriate.
data
ConvertArgs
Source
Convert commandline options to remain compatible with cpp. Based on a shell script cpphs.compat
Constructors
ConvertArgs
traditional
::
Bool
strip
::
Bool
infile
::
String
outfile
::
String
convertArgs
:: [
String
] -> [
String
]
Source
Produced by
Haddock
version 2.4.2