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