--# -path=.:../abstract:../common concrete DocumentationTha of Documentation = CatTha ** open HTML in { lincat Inflection = {t : Str; s1,s2 : Str} ; Definition = {s : Str} ; Document = {s : Str} ; Tag = {s : Str} ; lin NoDefinition t = {s=t.s}; MkDefinition t d = {s="

"++t.s++d.s++"

"}; MkDefinitionEx t d e = {s="

"++t.s++d.s++"

"++e.s++"

"}; }