curry-frontend-0.2.5: Compile the functional logic language Curry to several intermediate formatsSource codeContentsIndex
CurryCompilerOpts
Documentation
data Options Source
Constructors
Options
force :: Bool
html :: Bool
importPaths :: [FilePath]
output :: Maybe FilePath
noInterface :: Bool
noVerb :: Bool
noWarn :: Bool
noOverlapWarn :: Bool
flat :: Bool
extendedFlat :: Bool
flatXml :: Bool
abstract :: Bool
untypedAbstract :: Bool
parseOnly :: Bool
withExtensions :: Bool
dump :: [Dump]
show/hide Instances
data Option Source
Constructors
Help
Force
Html
ImportPath FilePath
Output FilePath
NoInterface
NoVerb
NoWarn
NoOverlapWarn
FlatXML
Flat
ExtFlat
Abstract
UntypedAbstract
ParseOnly
WithExtensions
Dump [Dump]
show/hide Instances
selectOption :: Option -> Options -> OptionsSource
data Dump Source
Constructors
DumpRenamed
DumpTypes
DumpDesugared
DumpSimplified
DumpLifted
DumpIL
DumpCase
show/hide Instances
Produced by Haddock version 2.4.2