mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
Karin C's example
This commit is contained in:
29
grammars/video/Shared/specific.gf
Normal file
29
grammars/video/Shared/specific.gf
Normal file
@@ -0,0 +1,29 @@
|
||||
abstract specific = general, weekday, time, channel ** {
|
||||
|
||||
cat
|
||||
StartTime ;
|
||||
EndTime ;
|
||||
ChToStore ;
|
||||
WdToStore ;
|
||||
|
||||
cat
|
||||
DelAction ;
|
||||
|
||||
fun
|
||||
--- Inds
|
||||
indTime : Time -> Ind;
|
||||
indChannel : Channel -> Ind;
|
||||
indWeekday : Weekday -> Ind;
|
||||
|
||||
fun
|
||||
delAction : DelAction -> Action ;
|
||||
delete_rec_job : DelAction ;
|
||||
|
||||
fun
|
||||
startTimeToStore : Time -> StartTime ;
|
||||
endTimeToStore : Time -> EndTime ;
|
||||
channelToStore : Channel -> ChToStore ;
|
||||
weekdayToStore : Weekday -> WdToStore ;
|
||||
|
||||
vcr_add_rec_job_no_args : Action ; ---- moved from specUser and specSystem
|
||||
}
|
||||
Reference in New Issue
Block a user