mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-08 22:41:05 -07:00
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
--# -path=.:../abstract
|
|
|
|
concrete MicroLangEng of MicroLang =
|
|
open MicroResEng
|
|
in {
|
|
|
|
lincat
|
|
N = Noun ;
|
|
|
|
lin
|
|
animal_N = mkN "animal" ;
|
|
apple_N = mkN "apple" ;
|
|
baby_N = mkN "baby" ;
|
|
woman_N = mkN "woman" "women" ;
|
|
} |