1
0
forked from GitHub/gf-rgl

error msg in update

This commit is contained in:
aarne
2005-02-18 15:30:05 +00:00
parent 0b22711c7c
commit a0c3b8fd0a
3 changed files with 4 additions and 5 deletions

View File

@@ -46,8 +46,9 @@ lin
UseV2 = transAsVerb ;
-- Formation of infinitival phrases.
{- ----
UseCl tp cl = {s = \\o => tp.s ++ cl.s ! tp.b ! ClFinite tp.t tp.a o} ;
{- ----
UseRCl tp cl =
{s = \\gn,p => tp.s ++ cl.s ! tp.b ! VFinite tp.t tp.a ! gn ! p} ;
UseQCl tp cl = {s = \\q => tp.s ++ cl.s ! tp.b ! VFinite tp.t tp.a ! q} ;