forked from GitHub/gf-rgl
typo fix in DocumentationIceFunctor
This commit is contained in:
@@ -6,7 +6,7 @@ incomplete concrete DocumentationIceFunctor of Documentation = CatIce ** open
|
|||||||
ParadigmsIce,
|
ParadigmsIce,
|
||||||
(G = GrammarIce),
|
(G = GrammarIce),
|
||||||
(S = SyntaxIce),
|
(S = SyntaxIce),
|
||||||
(L = LexiconGer),
|
(L = LexiconIce),
|
||||||
Prelude,
|
Prelude,
|
||||||
HTML
|
HTML
|
||||||
in {
|
in {
|
||||||
@@ -107,7 +107,7 @@ lin
|
|||||||
paragraph (verbExample (S.mkCl S.she_NP v S.it_NP S.i_NP)) ;
|
paragraph (verbExample (S.mkCl S.she_NP v S.it_NP S.i_NP)) ;
|
||||||
s2 = inflVerb v
|
s2 = inflVerb v
|
||||||
} ;
|
} ;
|
||||||
{-
|
|
||||||
InflectionV2V v = {
|
InflectionV2V v = {
|
||||||
t = "v" ;
|
t = "v" ;
|
||||||
s1 = heading1 (heading verb_Category) ++
|
s1 = heading1 (heading verb_Category) ++
|
||||||
@@ -157,7 +157,6 @@ lin
|
|||||||
s1 = heading1 (heading verb_Category) ;
|
s1 = heading1 (heading verb_Category) ;
|
||||||
s2 = inflVerb v
|
s2 = inflVerb v
|
||||||
} ;
|
} ;
|
||||||
-}
|
|
||||||
|
|
||||||
lin
|
lin
|
||||||
NoDefinition t = {s=t.s};
|
NoDefinition t = {s=t.s};
|
||||||
|
|||||||
Reference in New Issue
Block a user