mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is] with
|
|
(Syntax = SyntaxFin),
|
|
(Symbolic = SymbolicFin),
|
|
(Lexicon = LexiconFin) ** open SyntaxFin, ExtraFin, (V = VerbFin) in {
|
|
|
|
lin Is item prop = mkCl item (V.UseComp (CompPartAP prop)) ; -- pizza on herkullista
|
|
|
|
} ;
|