mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
fix in DocumentationHin
This commit is contained in:
@@ -74,12 +74,12 @@ lin
|
|||||||
s1 = heading1 "Verb" ;
|
s1 = heading1 "Verb" ;
|
||||||
s2 = heading2 "Root" ++
|
s2 = heading2 "Root" ++
|
||||||
paragraph (verb.s ! Root) ++
|
paragraph (verb.s ! Root) ++
|
||||||
heading2 "Subj" ++
|
heading2 "Present" ++
|
||||||
forms CommonHindustani.Subj ++
|
|
||||||
heading2 "Perfective" ++
|
|
||||||
forms Perf ++
|
|
||||||
heading2 "Imperfective" ++
|
|
||||||
forms Imperf ++
|
forms Imperf ++
|
||||||
|
heading2 "Past" ++
|
||||||
|
forms CommonHindustani.Subj ++
|
||||||
|
heading2 "Past Perfect" ++
|
||||||
|
forms Perf ++
|
||||||
heading2 "Infinitive" ++
|
heading2 "Infinitive" ++
|
||||||
frameTable (
|
frameTable (
|
||||||
tr (th "" ++ td (verb.s ! Inf)) ++
|
tr (th "" ++ td (verb.s ! Inf)) ++
|
||||||
|
|||||||
Reference in New Issue
Block a user