mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
concrete SentencesDan of Sentences = NumeralDan ** SentencesI - [NameNN] with
|
|
(Syntax = SyntaxDan),
|
|
(Symbolic = SymbolicDan),
|
|
(Lexicon = LexiconDan) ** open Prelude, SyntaxDan, (P = ParadigmsDan) in {
|
|
|
|
lin NameNN = mkNP (P.mkPN "NN") ;
|
|
|
|
}
|