summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF/Forest.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-05-19 12:40:07 +0000
committerkrasimir <krasimir@chalmers.se>2010-05-19 12:40:07 +0000
commit1743e88192d3395221d8a023aee319182055191d (patch)
tree6bb9f74b60390a68c8f9d2739bd5a11bcbe697f5 /src/runtime/haskell/PGF/Forest.hs
parent31856ebb4cf9aa181b2875c88e964cefae319c96 (diff)
added function lengthBracketedString
Diffstat (limited to 'src/runtime/haskell/PGF/Forest.hs')
-rw-r--r--src/runtime/haskell/PGF/Forest.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF/Forest.hs b/src/runtime/haskell/PGF/Forest.hs
index 4c59ce0d9..4cc3dd908 100644
--- a/src/runtime/haskell/PGF/Forest.hs
+++ b/src/runtime/haskell/PGF/Forest.hs
@@ -12,7 +12,7 @@
-------------------------------------------------
module PGF.Forest( Forest(..)
- , BracketedString, showBracketedString
+ , BracketedString, showBracketedString, lengthBracketedString
, linearizeWithBrackets
) where