File "lib/swish/render/c3.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_render_c3 |
size: | 6403 |
Recent changes
7 years ago | Jan Wielemaker | New files from upstream |
8 years ago | Jan Wielemaker | New upstream files |
9 years ago | Jan Wielemaker | Copied from upstream |
9 years ago | Jan Wielemaker | Copied files |
9 years ago | Jan Wielemaker | New upstream files |
This file requires
- From packages
- render.pl could not find proof of dependency
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/2, maplist/3
- library(dicts) resolved by
- dicts.pl: dict_keys/2, dict_fill/4, dicts_to_compounds/4
- library(dif) resolved by
- dif.pl: dif/2
- library(error) resolved by
- error.pl: must_be/2
- library(gensym) resolved by
- gensym.pl: gensym/2
- library(http/html_write) resolved by
- html_write.pl: html/3
- library(http/js_write) resolved by
- js_write.pl: js_script/3, js_expression/3
- library(lists) resolved by
- lists.pl: append/2
- library(apply) resolved by
Exported predicates
- term_rendering/5
Required predicates
- append/2 from library(lists)
- dict_fill/4 from library(dicts)
- dict_keys/2 from library(dicts)
- dicts_to_compounds/4 from library(dicts)
- dif/2 from library(dif)
- exists_source/1 autoloaded
- gensym/2 from library(gensym)
- html/3 from library(http/html_write)
- js_expression/3 from library(http/js_write)
- js_script/3 from library(http/js_write)
- maplist/2 from library(apply)
- maplist/3 from library(apply)
- must_be/2 from library(error)