diff options
Diffstat (limited to 'fns.h')
-rw-r--r-- | fns.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -28,3 +28,15 @@ Builtin findbuiltin(Term *); /* flags.c */ void initflags(void); +Term *setflag(Rune *, Term *); + +/* error.c */ +Term *instantiationerror(void); +Term *typeerror(Rune *, Term *); +Term *domainerror(Rune *, Term *); +Term *existenceerror(Rune *, Term *); +Term *permissionerror(Rune *, Rune *, Term *); +Term *representationerror(Rune *); +Term *evaluationerror(Rune *); +Term *resourceerror(Rune *); +Term *syntaxerror(Rune *); |