Skip to content

Commit

Permalink
Merge pull request #710 from axone-protocol/fix/registered-predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jul 26, 2024
2 parents 6f266e9 + 293da10 commit 963f560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/logic/interpreter/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ var registry = orderedmap.New[string, any](
{Key: "char_code/2", Value: engine.CharCode},
{Key: "number_chars/2", Value: engine.NumberChars},
{Key: "number_codes/2", Value: engine.NumberCodes},
{Key: "set_prolog_flag/2", Value: engine.SetPrologFlag},
{Key: "current_prolog_flag/2", Value: engine.CurrentPrologFlag},
{Key: "halt/1", Value: engine.Halt},
{Key: "consult/1", Value: predicate.Consult},
{Key: "phrase/3", Value: engine.Phrase},
{Key: "expand_term/2", Value: engine.ExpandTerm},
Expand Down

0 comments on commit 963f560

Please sign in to comment.