forked from GitHub/gf-core
Add note about type-checking dynamic expressions in PGF2 Haddock
Closes #72
This commit is contained in:
@@ -50,6 +50,8 @@ module PGF2 (-- * PGF
|
|||||||
mkType, unType,
|
mkType, unType,
|
||||||
|
|
||||||
-- ** Type checking
|
-- ** 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,
|
checkExpr, inferExpr, checkType,
|
||||||
|
|
||||||
-- ** Computing
|
-- ** Computing
|
||||||
|
|||||||
Reference in New Issue
Block a user