Kind2/base/Date.kind
2021-08-07 21:21:35 -03:00

8 lines
88 B
Plaintext

type Date {
new(
year: Nat
mon: Date.Month
day: Date.Day(year, mon)
)
}