extending proto resource API

This commit is contained in:
aarne
2005-11-23 21:38:11 +00:00
parent f0e40a923d
commit b29877c590
22 changed files with 362 additions and 102 deletions

View File

@@ -1 +1,8 @@
abstract Test = Fun, Lex ** {} ;
abstract Test =
Noun,
Verb,
Sentence,
Untensed,
-- Tensed,
Lex
** {} ;