Skip to content

Commit 153ad8b

Browse files
committed
added type signatures
1 parent 5375cda commit 153ad8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/faroese/ParadigmsFao.gf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,10 @@ oper
504504
mkV : Str -> Str -> V = reg2V -- Nonfinite Indicative;Pres;('PSg', P2)
505505
} ;
506506

507-
mkVV,mkVS,mkVQ,mkVA = \v -> v ;
507+
mkVV : V -> VV = \v -> v ;
508+
mkVS : V -> VS = \v -> v ;
509+
mkVQ : V -> VQ = \v -> v ;
510+
mkVA : V -> VA = \v -> v ;
508511

509512
mkV2 = overload {
510513
mkV2 : V -> V2 = \v -> v ** {c2 = noPrep} ;

0 commit comments

Comments
 (0)