mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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,
|
||||
|
||||
-- ** 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
|
||||
|
||||
Reference in New Issue
Block a user