forked from GitHub/gf-rgl
Fix indentation
This commit is contained in:
@@ -65,7 +65,8 @@ resource ResTur = ParamX ** open Prelude, Predef, HarmonyTur in {
|
||||
--Prep
|
||||
|
||||
no_Prep = mkPrep [] Acc;
|
||||
mkPrep : Str -> Case -> {s : Str; c : Case; lock_Prep : {}} = \s,c -> lin Prep {s=s; c=c};
|
||||
mkPrep : Str -> Case -> {s : Str; c : Case; lock_Prep : {}} =
|
||||
\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