mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
--# -path=.:../big:alltenses:prelude
|
|
|
|
abstract BigShallowEngAbs =
|
|
Shallow,
|
|
BigLexEngAbs,
|
|
-- IrregEngAbs,
|
|
ExtraEngAbs-[
|
|
ComplBareVS, -- : VS -> S -> VP ; -- know you go
|
|
MkVPI -- : VP -> VPI ;
|
|
]
|
|
** {} ;
|