mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
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