| Copyright | © 2014 Parnell Springmeyer |
|---|---|
| License | All Rights Reserved |
| Maintainer | Parnell Springmeyer <parnell@digitalmentat.com> |
| Stability | stable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.OrgMode.Parse.Attoparsec.Time
Description
Parsing combinators for org-mode active and inactive timestamps.
Documentation
parseTimestamp :: Open -> Close -> TP.Parser Text.Text (Maybe Schedule) Source
Parse an org-mode timestamp line with user-supplied opening and ending brackets (for either active or inactive stamps).
scheduleType :: TP.Parser Text.Text ScheduleType Source
Parse the type of schedule.