mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 13:00:08 +00:00
5 lines
186 B
Plaintext
Executable File
5 lines
186 B
Plaintext
Executable File
enum PeriodEnum: <"The enumerated values to specified the period, e.g. day, week.">
|
|
D displayName "day" <"Day">
|
|
M displayName "month" <"Month">
|
|
Y displayName "year" <"Year">
|