mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
examples/foods: remove all -path flags
All languages n the Foods grammar compile fine with alltenses.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
--# -path=.:../foods:present
|
||||
|
||||
concrete FoodsFre of Foods = open SyntaxFre, ParadigmsFre in {
|
||||
|
||||
@@ -29,4 +28,4 @@ concrete FoodsFre of Foods = open SyntaxFre, ParadigmsFre in {
|
||||
Expensive = mkAP (mkA "cher") ;
|
||||
Delicious = mkAP (mkA "délicieux") ;
|
||||
Boring = mkAP (mkA "ennuyeux") ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user