fixed typo on c-bracketedLinearize

This commit is contained in:
krangelov
2019-02-26 21:10:06 +01:00
parent bde1a6d586
commit fc37bc26cd

View File

@@ -226,7 +226,7 @@ cpgfMain qsem command (t,(pgf,pc)) =
lin' tree (tos,unlex) =
[makeObj ["to".=to,"text".=unlex (C.linearize c tree)]|(to,c)<-tos]
bracketedLin tree to = showJSON (lin' tree to)
bracketedLin tree to = showJSON (bracketedLin' tree to)
bracketedLin' tree (tos,unlex) =
[makeObj ["to".=to,"brackets".=showJSON (C.bracketedLinearize c tree)]|(to,c)<-tos]