:- use_module(library(clk)).
main :-
% give one motivating example
true.
Using SWI-Prolog 6.3 or later:
?- pack_install(clk).
This module uses semantic versioning.
Source code available and pull requests accepted at http://github.com/mndrix/clk
@author Michael Hendricks michael@ndrix.org @license unlicense