mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 16:29:32 -06:00
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
concrete SentencesTha of Sentences = NumeralTha ** SentencesI - [ACitizen] with
|
|
(Syntax = SyntaxTha),
|
|
(Symbolic = SymbolicTha),
|
|
(Lexicon = LexiconTha) ** open SyntaxTha, (P = ParadigmsTha), (R = ResTha) in {
|
|
|
|
lin
|
|
ACitizen p n = mkCl p.name (mkVP (mkCN n (P.personN R.khon_s))) ;
|
|
|
|
}
|