From 9a6fc7fc9e26bcd14d21959bcd8618ce3b486a48 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Tue, 6 Feb 2024 07:34:40 +0100 Subject: [PATCH] export Thunk, newThunk --- src/compiler/api/GF/Term.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/api/GF/Term.hs b/src/compiler/api/GF/Term.hs index da1cf4327..fe9baadec 100644 --- a/src/compiler/api/GF/Term.hs +++ b/src/compiler/api/GF/Term.hs @@ -1,6 +1,6 @@ module GF.Term (renameSourceTerm, Globals(..), ConstValue(..), EvalM, stdPredef, - Value(..), showValue, newEvaluatedThunk, + Value(..), showValue, Thunk, newThunk, newEvaluatedThunk, evalError, evalWarn, inferLType, checkLType, normalForm, normalStringForm,