From 880f1cd83d05279b92e83873e5b02ad8e3e49b25 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 15 Sep 2026 10:34:51 +0200 Subject: [PATCH] fix: export the local functions instead of the PGF2.* version --- src/runtime/haskell/PGF.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs index a43eebc15..e8cfbfb46 100644 --- a/src/runtime/haskell/PGF.hs +++ b/src/runtime/haskell/PGF.hs @@ -37,7 +37,7 @@ module PGF( categories, categoryContext, PGF2.startCat, -- * Functions - PGF2.functions, PGF2.functionsByCat, PGF2.functionType, + functions, functionsByCat, functionType, -- * Expressions & Trees -- ** Tree