Docs.rs
patch-prolog-core-0.2.0
patch-prolog-core 0.2.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
navicore
Dependencies
bincode ^1
normal
fnv ^1
normal
serde ^1
normal
Versions
51.88%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module builtins
patch_
prolog_
core
0.2.0
Module builtins
Module Items
Enums
Functions
In crate patch_
prolog_
core
patch_prolog_core
Module
builtins
Copy item path
Source
Enums
§
Builtin
Result
Result of executing a builtin.
Functions
§
build_
list
Build a list term from elements.
builtin_
atom_
names
Helper: check if a goal atom name matches a known builtin name.
builtin_
functor_
names
collect_
list
Collect list elements from a term. Returns None if not a proper list.
exec_
builtin
Execute a built-in predicate.
is_
builtin
Check if a goal is a built-in predicate.
term_
compare
Standard order of terms (ISO Prolog): Variables < Numbers < Atoms < Compound terms Within numbers: by value. Within atoms: alphabetical. Within compounds: by arity, then functor name, then arguments left-to-right.