Expand description
Support for calling into prolog or prolog-like code.
Structs
- A prolog predicate which is ready to be called.
- Looks up a predicate on first call to
as_callable
and keeps it cached afterwards. - An open query.
Enums
- Error type for turning a Predicate into a CallablePredicate.
Traits
- Trait for things that can be called as if they are prolog predicates.
- An open call.