;fix: import: minor typo
This commit is contained in:
parent
23c961f4bb
commit
c619e387ea
@ -258,7 +258,7 @@ data CsvRules' a = CsvRules' {
|
|||||||
type CsvRulesParsed = CsvRules' ()
|
type CsvRulesParsed = CsvRules' ()
|
||||||
|
|
||||||
-- | Type used after parsing is done. Directives, assignments and conditional blocks
|
-- | Type used after parsing is done. Directives, assignments and conditional blocks
|
||||||
-- are in the same order as they were in the unput file and rblocksassigning is functional.
|
-- are in the same order as they were in the input file and rblocksassigning is functional.
|
||||||
-- Ready to be used for CSV record processing
|
-- Ready to be used for CSV record processing
|
||||||
type CsvRules = CsvRules' (Text -> [ConditionalBlock]) -- XXX simplify
|
type CsvRules = CsvRules' (Text -> [ConditionalBlock]) -- XXX simplify
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user