package
11.0.1
Repository: https://github.com/axone-protocol/axoned.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

IsRegistered returns true if the predicate with the given name is registered in the interpreter.
New creates a new prolog.Interpreter with the specified options.
Register registers a well-known predicate in the interpreter.
WithBootstrap configures the interpreter to compile the specified bootstrap script to serve as setup context.
WithFS configures the interpreter to use the specified file system.
WithHooks configures the interpreter to use the specified hooks.
WithMaxVariables configures the interpreter to use the specified maximum number of variables.
WithPredicate configures the interpreter to register the specified predicate.
WithPredicates configures the interpreter to register the specified predicates.
WithUserOutputWriter configures the interpreter to use the specified writer for user output.

# Variables

RegistryNames is the list of the predicate names in the Registry.

# Type aliases

Option is a function that configures an Interpreter.