| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Tintin.Domain.DocumentationFile
Documentation
newtype ParseError Source #
Constructors
| ParseError Text |
Instances
| Show ParseError Source # | |
Defined in Tintin.Domain.DocumentationFile Methods showsPrec :: Int -> ParseError -> ShowS # show :: ParseError -> String # showList :: [ParseError] -> ShowS # | |
data DocumentationFile Source #
Constructors
| DocumentationFile | |
Fields
| |
Instances
| Show DocumentationFile Source # | |
Defined in Tintin.Domain.DocumentationFile Methods showsPrec :: Int -> DocumentationFile -> ShowS # show :: DocumentationFile -> String # showList :: [DocumentationFile] -> ShowS # | |
new :: Filename -> Text -> Either ParseError DocumentationFile Source #