Expand description
Built-in predicate modules and the predicate module system.
Modules§
- maths
- Built-in maths predicates (
is/2). - meta_
predicates - Built-in meta-predicates (
not/1).
Enums§
- Pred
Return - Return type for predicate functions.
Statics§
- MATHS
- Built-in maths predicates:
is/2for arithmetic evaluation. - META_
PREDICATES - Built-in meta-predicates:
not/1(negation as failure).
Functions§
- load_
all_ modules - Load all built-in predicate modules into the predicate table.
- load_
predicate_ module - Register all entries from a predicate module into the predicate table.
Type Aliases§
- Predicate
Function - Signature for a predicate function.
- Predicate
Module - A predicate module: a static slice of
(name, arity, function)entries.