1
0
forked from GitHub/gf-rgl

added mkInterj

This commit is contained in:
Krasimir Angelov
2025-02-07 18:32:35 +01:00
parent 777e572681
commit 9e91511724

View File

@@ -195,6 +195,10 @@ mkAdV : Str -> AdV = \s -> lin AdV {s=s} ;
-- V0 : Type ;
-- AS, A2S, AV, A2V : Type ;
--
mkInterj : Str -> Interj
= \s -> lin Interj {s = s} ;
----.
----2 Definitions of paradigms
----