mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
lib: document SmartDate
[ci skip]
This commit is contained in:
parent
dcf4c07ac8
commit
ab26220b23
@ -43,6 +43,9 @@ import Text.Printf
|
||||
import Hledger.Utils.Regex
|
||||
|
||||
|
||||
-- | A possibly incomplete date, whose missing parts will be filled from a reference date.
|
||||
-- A numeric year, month, and day of month, or the empty string for any of these.
|
||||
-- See the smartdate parser.
|
||||
type SmartDate = (String,String,String)
|
||||
|
||||
data WhichDate = PrimaryDate | SecondaryDate deriving (Eq,Show)
|
||||
|
Loading…
Reference in New Issue
Block a user