mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
(Ara) whitespace + other small cleanup here and there
This commit is contained in:
@@ -47,11 +47,11 @@ lin
|
||||
intMonthday = symb ;
|
||||
|
||||
-- : Card -> CN -> A -> AP
|
||||
n_units_AP card cn a =
|
||||
n_units_AP card cn a =
|
||||
let ap = mkAP a in ap ** {
|
||||
s = \\s,g,n,d,c =>
|
||||
ap.s ! s ! g ! n ! d ! c
|
||||
++ (mkAdv R.biPrep (mkNP amount_N)).s
|
||||
s = \\s,g,n,d,c =>
|
||||
ap.s ! s ! g ! n ! d ! c
|
||||
++ (mkAdv R.biPrep (mkNP amount_N)).s
|
||||
++ (mkNP card cn).s ! R.Bare ---- ? /IL
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user