summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-03-18 20:12:26 +0000
committerhallgren <hallgren@chalmers.se>2012-03-18 20:12:26 +0000
commit07af8988d3e42bf7e18c06cf8c9dabaa34c60578 (patch)
tree165108cebfa23228f3483eb2dc0c9534c5d4c078 /src/runtime/haskell/PGF.hs
parent771c1a0ad7a58e3d4832a93609958a8b3a44f84c (diff)
PGF run-time library: function names in BracketedString (experimental)
+ Make room for function names in the BracketedString data structure. + Fill in function names when linearizing an abstract syntax tree to a BracketedString. + Fill in wildCId when it is not obvious what the function is. + Function bracketedLinearize: for compatibility with the other linearization functions, return Leaf "" instead of error "cannot linearize". + Export flattenBracketedString from module PGF. + PGFServce: make function names available in the JSON representation of BracketedString.
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
-rw-r--r--src/runtime/haskell/PGF.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs
index 0e653c62b..ac91fa231 100644
--- a/src/runtime/haskell/PGF.hs
+++ b/src/runtime/haskell/PGF.hs
@@ -58,7 +58,7 @@ module PGF(
showPrintName,
BracketedString(..), FId, LIndex, Token,
- Forest.showBracketedString,
+ Forest.showBracketedString,flattenBracketedString,
-- ** Parsing
parse, parseAllLang, parseAll, parse_, parseWithRecovery,