mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 10:41:15 -06:00
Various cleanups
This commit is contained in:
@@ -62,11 +62,11 @@ resource ResTur = ParamX ** open Prelude, Predef, HarmonyTur in {
|
||||
a = {n=n; p=p} ;
|
||||
} ;
|
||||
|
||||
--Prep
|
||||
|
||||
-- Prep
|
||||
no_Prep = mkPrep [] Acc;
|
||||
|
||||
mkPrep : Str -> Case -> {s : Str; c : Case; lock_Prep : {}} =
|
||||
\s,c -> lin Prep {s=s; c=c};
|
||||
\s, c -> lin Prep {s=s; c=c};
|
||||
|
||||
mkClause : Str -> Agr -> Verb -> {s : Str} =
|
||||
\np, a, v -> ss (np ++ v.s ! VProg a) ;
|
||||
|
||||
Reference in New Issue
Block a user