| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Brok.Types.Result
Documentation
data ResultType Source #
Constructors
| BareResult | |
| Content Text | |
| NotFound | |
| ParseError Error | |
| Links [Link] |
Instances
| Eq ResultType Source # | |
Defined in Brok.Types.Result | |
| Show ResultType Source # | |
Defined in Brok.Types.Result Methods showsPrec :: Int -> ResultType -> ShowS # show :: ResultType -> String # showList :: [ResultType] -> ShowS # | |
Constructors
| Result TFilePath ResultType |
pathToResult :: TFilePath -> Result Source #