forgot to add type signature for InflectionCl

This commit is contained in:
Krasimir Angelov
2026-08-29 20:46:18 +02:00
parent 5587c14083
commit e67f079167
+1
View File
@@ -35,6 +35,7 @@ fun
InflectionAdA : AdA -> Inflection ;
InflectionAdN : AdN -> Inflection ;
InflectionPrep : Prep -> Inflection ;
InflectionCl : Cl -> Inflection ;
fun
NoDefinition : String -> Definition ;