| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
OrgStat.Parser
Description
Org-mode format parsing.
Documentation
data ParsingException Source #
Constructors
| ParsingException Text |
Instances
| Show ParsingException Source # | |
Defined in OrgStat.Parser Methods showsPrec :: Int -> ParsingException -> ShowS # show :: ParsingException -> String # showList :: [ParsingException] -> ShowS # | |
| Exception ParsingException Source # | |
Defined in OrgStat.Parser Methods toException :: ParsingException -> SomeException # | |