1
0
forked from GitHub/gf-rgl

(Eng) Automatic whitespace removal

This commit is contained in:
Inari Listenmaa
2021-06-17 20:14:07 +08:00
parent a3701d1a48
commit 60533ef002
26 changed files with 269 additions and 268 deletions

View File

@@ -83,7 +83,7 @@ lin
InflectionV3 v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VInf ++ v.p ++
v.c2 ++ pp "arg1" ++
@@ -93,7 +93,7 @@ lin
InflectionV2V v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VInf ++ v.p ++
v.c2 ++ pp "object" ++
@@ -107,7 +107,7 @@ lin
InflectionV2S v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VInf ++ v.p ++
v.c2 ++ pp "object" ++
@@ -117,7 +117,7 @@ lin
InflectionV2Q v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VInf ++ v.p ++
pp "question") ;
@@ -126,7 +126,7 @@ lin
InflectionV2A v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VInf ++ v.p ++
v.c2 ++ pp "object" ++
@@ -136,7 +136,7 @@ lin
InflectionVV v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VVF VInf ++ v.p ++
case v.typ of {
@@ -155,7 +155,7 @@ lin
InflectionVS v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VInf ++ v.p ++
"that" ++ pp "sentence") ;
@@ -164,7 +164,7 @@ lin
InflectionVQ v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VInf ++ v.p ++
pp "question") ;
@@ -173,7 +173,7 @@ lin
InflectionVA v = {
t = "v" ;
s1= heading1 "Verb" ++
s1= heading1 "Verb" ++
paragraph (pp "subject" ++
v.s ! VInf ++ v.p ++
pp "adjective") ;