File "lib/swish/projection.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_projection |
size: | 6250 |
Recent changes
7 years ago | Jan Wielemaker | New files from upstream |
7 years ago | Jan Wielemaker | New upstream files |
7 years ago | Jan Wielemaker | New upstream libraries |
This file requires
- From the Prolog library
- library(apply) resolved by
- apply.pl: partition/4, maplist/3
- library(debug) resolved by
- debug.pl: debug/3
- library(error) resolved by
- error.pl: domain_error/2, instantiation_error/1, must_be/2
- library(lists) resolved by
- lists.pl: member/2
- library(apply) resolved by
Exported predicates
- projection/1
Required predicates
- debug/3 from library(debug)
- domain_error/2 from library(error)
- instantiation_error/1 from library(error)
- maplist/3 from library(apply)
- member/2 from library(lists)
- must_be/2 from library(error)
- partition/4 from library(apply)