1
0
forked from GitHub/gf-rgl

Formatting fixes

This commit is contained in:
Ayberk Tosun
2017-08-23 16:32:49 +03:00
parent e621fbbdcd
commit 99cdc28faf

View File

@@ -2,7 +2,7 @@ concrete AdjectiveTur of Adjective = CatTur ** open ResTur, Prelude in {
lin
PositA a = {s=a.s} ;
PositA a = {s = a.s} ;
ComparA a np = {
s = \\n,c => np.s ! Ablat ++ a.s ! n ! c ;