forked from GitHub/gf-core
Karin C's example
This commit is contained in:
15
grammars/video/Weekday/weekday.gf
Normal file
15
grammars/video/Weekday/weekday.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
abstract weekday = {
|
||||
|
||||
cat
|
||||
Weekday ;
|
||||
|
||||
fun
|
||||
--today : Weekday ;
|
||||
monday : Weekday ;
|
||||
tuesday : Weekday ;
|
||||
wednesday : Weekday ;
|
||||
thursday : Weekday ;
|
||||
friday : Weekday ;
|
||||
saturday : Weekday ;
|
||||
sunday : Weekday ;
|
||||
}
|
||||
Reference in New Issue
Block a user