mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
|
|
--# -path=.:alltenses:prelude
|
|
|
|
concrete RestaurantFre of Restaurant = RestaurantI with
|
|
|
|
(Syntax = SyntaxFre),
|
|
(Grammar = GrammarFre),
|
|
(LexRestaurant = LexRestaurantFre) ;
|