6 lines
127 B
Text
6 lines
127 B
Text
inductive day
|
|
| monday | tuesday | wednesday | thursday | friday | saturday | sunday
|
|
|
|
#check day.monday
|
|
open day
|
|
#check monday
|