File "lib/swish/pack/pcache/prolog/signature.pl"[download]
in pack: | swish |
---|---|
Prolog module: | prolog_signature |
size: | 14698 |
Recent changes
7 years ago | Jan Wielemaker | New upstream files |
This file requires
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/2, maplist/3, foldl/4
- library(lists) resolved by
- lists.pl: append/2
- library(ordsets) resolved by
- ordsets.pl: ord_subtract/3, ord_union/3
- library(pairs) resolved by
- pairs.pl: group_pairs_by_key/2
- library(prolog_codewalk) resolved by
- prolog_codewalk.pl: prolog_walk_code/1
- library(solution_sequences) resolved by
- solution_sequences.pl: distinct/2
- library(apply) resolved by
Exported predicates
- deep_predicate_hash/2
- goal_provenance/2
- goal_signature/2
- goal_signature/3
- predicate_callees/2
- predicate_dependencies/2
- sig_clean_cache/0
- sig_clean_cache/1
Required predicates
- append/2 from library(lists)
- distinct/2 from library(solution_sequences)
- foldl/4 from library(apply)
- group_pairs_by_key/2 from library(pairs)
- maplist/2 from library(apply)
- maplist/3 from library(apply)
- ord_subtract/3 from library(ordsets)
- ord_union/3 from library(ordsets)
- prolog_walk_code/1 from library(prolog_codewalk)