Stability | stable |
---|---|
Maintainer | Parnell Springmeyer <parnell@digitalmentat.com> |
Safe Haskell | None |
Data.OrgMode.Parse.Attoparsec.PropertyDrawer
Description
Parsing combinators for org-mode entry property drawers.
- data Heading = Heading {}
- data Priority
- newtype State = State Text.Text
- newtype Keyword = Keyword Text.Text
- newtype PropertyDrawer k v = PropertyDrawer (HashMap k v)
- toPriority :: Text.Text -> Priority
- drawer :: TP.Parser Text.Text (PropertyDrawer Text.Text Text.Text)
- property :: TP.Parser Text.Text (Text.Text, Text.Text)
Documentation
Constructors
Heading | |
newtype PropertyDrawer k v Source
Constructors
PropertyDrawer (HashMap k v) |
Instances
(Eq k, Eq v) => Eq (PropertyDrawer k v) | |
(Show k, Show v) => Show (PropertyDrawer k v) |