1
0
forked from GitHub/gf-rgl

added AdverbMkd

This commit is contained in:
Krasimir Angelov
2026-03-19 17:48:52 +01:00
parent eeca67e787
commit c8a4c28a51

View File

@@ -0,0 +1,5 @@
concrete AdverbMkd of Adverb = CatMkd ** open Prelude,ResMkd in {
flags
coding = "UTF-8" ;
lin PrepNP p np = {s = p.s ++ np.s} ;
}