From f1f39d67c7c01c0fa632cf898a8685bc0a08c467 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 19 Aug 2026 16:24:54 +0200 Subject: [PATCH] export the ParseChart type --- src/runtime/haskell/PGF2.hsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/haskell/PGF2.hsc b/src/runtime/haskell/PGF2.hsc index d3d7c546f..23c557ef5 100644 --- a/src/runtime/haskell/PGF2.hsc +++ b/src/runtime/haskell/PGF2.hsc @@ -87,7 +87,7 @@ module PGF2 (-- * PGF -- ** Parsing ParseOutput(..), parse, parseWithHeuristics, complete, - parseChart, getParseChartText, changeParseChartText, + ParseChart, parseChart, getParseChartText, changeParseChartText, -- * Exceptions PGFError(..),