File "lib/trill_on_swish/gitty.pl"[download]
in pack: | trill_on_swish |
---|---|
Prolog module: | gitty |
size: | 22318 |
Recent changes
8 years ago | rzese | trill_on_swish v. 2.0 |
9 years ago | rzese | updated version |
This file requires
- From packages
- gitty_driver_bdb.pl could not find proof of dependency
- gitty_driver_files.pl could not find proof of dependency
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/3
- library(debug) resolved by
- debug.pl: assertion/1
- library(error) resolved by
- error.pl: domain_error/2, existence_error/2, must_be/2
- library(filesex) resolved by
- filesex.pl: directory_file_path/3
- library(lists) resolved by
- lists.pl: append/2, append/3, reverse/2
- library(option) resolved by
- option.pl: option/2, option/3
- library(process) resolved by
- process.pl: process_create/3, process_wait/2
- library(sha) resolved by
- sha.pl: sha_new_ctx/2, sha_hash_ctx/4, hash_atom/2
- library(apply) resolved by
Exported predicates
- data_diff/3
- gitty_close/1
- gitty_commit/3
- gitty_create/5
- gitty_data/4
- gitty_diff/4
- gitty_file/3
- gitty_hash/2
- gitty_history/4
- gitty_open/2
- gitty_reserved_meta/1
- gitty_update/5
- udiff_string/2
Required predicates
- append/2 from library(lists)
- append/3 from library(lists)
- assertion/1 from library(debug)
- directory_file_path/3 from library(filesex)
- domain_error/2 from library(error)
- existence_error/2 from library(error)
- exists_source/1 autoloaded
- hash_atom/2 from library(sha)
- maplist/3 from library(apply)
- must_be/2 from library(error)
- option/2 from library(option)
- option/3 from library(option)
- ord_subtract/3 autoloaded
- process_create/3 from library(process)
- process_wait/2 from library(process)
- reverse/2 from library(lists)
- sha_hash_ctx/4 from library(sha)
- sha_new_ctx/2 from library(sha)