summaryrefslogtreecommitdiff
path: root/examples/morpho/FreReal.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/morpho/FreReal.gf')
-rw-r--r--examples/morpho/FreReal.gf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/morpho/FreReal.gf b/examples/morpho/FreReal.gf
index c9dfcc84d..86a56c164 100644
--- a/examples/morpho/FreReal.gf
+++ b/examples/morpho/FreReal.gf
@@ -16,6 +16,7 @@ lincat
lin
-- display the same subset of forms as Petit Robert
+{-
DAll w =
w ! R.VInfin True ++
w ! R.VFin (R.VPres R.Indic) R.Sg R.P1 ++
@@ -33,7 +34,7 @@ lin
w ! R.VImper R.PlP1 ++
w ! R.VGer ++
w ! R.VPart R.Masc R.Sg ;
-
+-}
DForm w f = w ! f.v ++ f.s ; ---
VInfin = {s = [] ; v = R.VInfin True} ;