mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
-- Functor Instantiation
|
|
--# -path=.:/home/john/.cabal/share/gf-3.2.9/lib/present
|
|
concrete FoodsEng of Foods = FoodsI - [Pizza] with
|
|
(Syntax = SyntaxEng),
|
|
(LexFoods = LexFoodsEng) **
|
|
open SyntaxEng, ParadigmsEng in {
|
|
lin Pizza = mkCN (mkA "Italian") (mkN "pie") ;
|
|
}
|