Structs§
- Clause
- A Prolog clause: head :- body. For facts, body is empty.
- String
Interner - Interned string table: AtomId <-> String mapping. Atoms are interned at build time so unification compares integers, not strings.
Enums§
- First
ArgKey - Key for first-argument indexing.
- Term
- Prolog term representation.