Skip to content

Commit

Permalink
feat(logic): include json_prolog/2 into the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Apr 28, 2023
1 parent 0307ab5 commit 5b85987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/logic/interpreter/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ var registry = map[string]any{
"hex_bytes/2": predicate.HexBytes,
"bech32_address/2": predicate.Bech32Address,
"source_file/1": predicate.SourceFile,
"json_prolog/2": predicate.JsonProlog,
}

// RegistryNames is the list of the predicate names in the Registry.
Expand Down

0 comments on commit 5b85987

Please sign in to comment.