| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Library
Documentation
data OutputDestination Source #
Constructors
| SameAsInput | |
| OutputPath !FilePath | |
| StandardOut |
Instances
| Eq OutputDestination Source # | |
Defined in Library Methods (==) :: OutputDestination -> OutputDestination -> Bool # (/=) :: OutputDestination -> OutputDestination -> Bool # | |
| Show OutputDestination Source # | |
Defined in Library Methods showsPrec :: Int -> OutputDestination -> ShowS # show :: OutputDestination -> String # showList :: [OutputDestination] -> ShowS # | |
Constructors
| Languages | |
Fields
| |
Constructors
| Options | |
outputLanguage :: [Module] -> (Module -> Text) -> FilePath -> OutputDestination -> IO () Source #