mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoFre of Demo = LangFre **
|
|
open LangFre in {
|
|
|
|
lin
|
|
AdjN ap n = AdjCN ap (UseN n) ;
|
|
AdAdj ad a = AdAP ad (PositA a) ;
|
|
|
|
}
|