implement UsePron

This commit is contained in:
Krasimir Angelov
2026-03-20 08:27:46 +01:00
parent 928889b2aa
commit 74848d304e
5 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
concrete AdverbMkd of Adverb = CatMkd ** open Prelude,ResMkd in {
lin PrepNP p np = {s = p.s ++ np.s} ;
lin PrepNP p np = {s = p.s ++ np.s ! RPrep} ;
}