Skip to content

Commit

Permalink
export the force function
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 31, 2024
1 parent c46dd59 commit e74661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/api/GF/Term.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module GF.Term (renameSourceTerm,
evalError, evalWarn,
inferLType, checkLType,
normalForm, normalStringForm,
unsafeIOToEvalM
unsafeIOToEvalM, force
) where

import GF.Compile.Rename
Expand Down

0 comments on commit e74661c

Please sign in to comment.