(add-implementation! locator name metamap lambdalist implname)
Add an implementation to the service locator
Add an implementation to the service locator
(add-signature! locator name lambdalist)
Add a signature to the service locator
Add a signature to the service locator
(find-implementation locator name)
Finds the implementation for a name
Finds the implementation for a name
(find-signature locator name)
Finds the signature for a name
Finds the signature for a name
(set-default-implementation! locator name implname)
Sets a default implementation for a signature
Sets a default implementation for a signature
(start-new-locator)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close