| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stack.Options.ScriptParser
Documentation
data ScriptOpts Source #
Constructors
| ScriptOpts | |
Fields
| |
Instances
| Show ScriptOpts Source # | |
Defined in Stack.Options.ScriptParser Methods showsPrec :: Int -> ScriptOpts -> ShowS # show :: ScriptOpts -> String # showList :: [ScriptOpts] -> ShowS # | |
data ScriptExecute Source #
Constructors
| SEInterpret | |
| SECompile | |
| SEOptimize |
Instances
| Show ScriptExecute Source # | |
Defined in Stack.Options.ScriptParser Methods showsPrec :: Int -> ScriptExecute -> ShowS # show :: ScriptExecute -> String # showList :: [ScriptExecute] -> ShowS # | |