File "lib/swish/r_swish.pl"[download]
in pack: | swish |
---|---|
Prolog module: | r_swish |
size: | 6647 |
Recent changes
7 years ago | Jan Wielemaker | New upstream files |
8 years ago | Jan Wielemaker | New upstream files |
8 years ago | Jan Wielemaker | Copied from upstream |
8 years ago | Jan Wielemaker | Copied from upstream |
8 years ago | Jan Wielemaker | Copied from upstream |
This file requires
- From packages
- download.pl: download_button/2
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/2
- library(debug) resolved by
- debug.pl: debug/3, debugging/1
- library(error) resolved by
- error.pl: domain_error/2, existence_error/2
- library(http/html_write) resolved by
- html_write.pl: html/3, print_html/1
- library(http/js_write) resolved by
- js_write.pl: js_script/3
- library(pengines) resolved by
- pengines.pl: pengine_output/1
- library(r/r_call) resolved by
- r_call.pl: <- / 2, <- / 1
- library(r/r_serve) resolved by
- r_serve.pl could not find proof of dependency
- library(apply) resolved by
Exported predicates
- r_download/0
- r_download/1
Required predicates
- <- / 1 from library(r/r_call)
- <- / 2 from library(r/r_call)
- debug/3 from library(debug)
- debugging/1 from library(debug)
- domain_error/2 from library(error)
- download_button/2 from download.pl
- existence_error/2 from library(error)
- html/3 from library(http/html_write)
- js_script/3 from library(http/js_write)
- maplist/2 from library(apply)
- pengine_output/1 from library(pengines)
- print_html/1 from library(http/html_write)