mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-07-16 02:58:45 +00:00
3890ed5f03
Added testing env
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">
|