Skip to content

Commit

Permalink
Merge pull request #17 from anka-213/fix-compilation-failure
Browse files Browse the repository at this point in the history
Fix compilation failure
  • Loading branch information
inariksit authored Nov 22, 2021
2 parents e8240e1 + 6e8e1cd commit 96d49f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UD2GF.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ getExprs opts env string = map getExpr sentences
devtree0 = udtree2devtree udtree
devtree1 = analyseWords env devtree0
devtree = combineTrees env devtree1
besttree0 = head (splitDevTree env devtree)
besttree0 = head (splitDevTree devtree)
besttree = addBackups besttree0
ts0 = devtree2abstrees besttree
ts1 = map (expandMacro env) ts0
Expand Down

0 comments on commit 96d49f4

Please sign in to comment.