Add note about type-checking dynamic expressions in PGF2 Haddock

Closes #72
This commit is contained in:
John J. Camilleri
2021-04-30 14:59:20 +02:00
parent 91278e2b4b
commit 60bc752a6f

View File

@@ -50,6 +50,8 @@ module PGF2 (-- * PGF
mkType, unType,
-- ** Type checking
-- | Dynamically-built expressions should always be type-checked before using in other functions,
-- as the exceptions thrown by using invalid expressions may not catchable.
checkExpr, inferExpr, checkType,
-- ** Computing