Files
gf-core/grammars/video/all.gf
2004-09-16 14:47:18 +00:00

14 lines
340 B
Plaintext

-- wrapper module containing both User's and System's grammars. AR 16/9/2004
abstract all = specUser,specSystem ** {
-- Suggestion: use different categories for system's and user's moves
-- and bring them together only here; now both use DMove
-- cat Move ;
-- fun userMove : UMove -> Move ;
-- fun systemMove : SMove -> Move ;
} ;