mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
slight improvement of Fre compile mem and time
This commit is contained in:
@@ -13,11 +13,11 @@ incomplete concrete RelativeRomance of Relative =
|
||||
s = \\ag =>
|
||||
(mkClause
|
||||
(rp.s ! False ! {g = ag.g ; n = ag.n} ! Nom)
|
||||
(
|
||||
case rp.a of {
|
||||
RNoAg => ag ;
|
||||
RAg a => a ** {p = P3}
|
||||
}) vp).s
|
||||
(case rp.a of {
|
||||
RNoAg => ag ;
|
||||
RAg a => a ** {p = P3}
|
||||
})
|
||||
vp).s
|
||||
} ;
|
||||
|
||||
RelSlash rp slash = {
|
||||
|
||||
Reference in New Issue
Block a user