Clojure namespace - test when there are differences between platforms.
Clojure namespace - test when there are differences between platforms.
ClojureScript namespace - test when there are differences between platforms.
ClojureScript namespace - test when there are differences between platforms.
(args-differ clj)
(args-differ cljs)
Docstrings same, but arglists differ
Docstrings same, but arglists differ
(args-differ-bigger x y)
(args-differ-bigger a b c)
(args-differ-bigger z)
(args-differ-bigger x y)
(args-differ-bigger a b c)
Docstring same, but arglists differ
And... with more text. Just to see how that will render.
Docstring same, but arglists differ And... with more text. Just to see how that will render.
(clj-only a)
This fn appears only in Clojure
This fn appears only in Clojure
(cljs-only a)
This fn appears only in ClojureScript
This fn appears only in ClojureScript
(docs-and-args-differ clj)
Clojure specific docstring here, args differ too
Clojure specific docstring here, args differ too
(docs-and-args-differ cljs)
ClojureScript specific docstring here, args differ too
ClojureScript specific docstring here, args differ too
(docs-and-args-differ-bigger x y)
(docs-and-args-differ-bigger a b c)
Clojure specific docstring here, args differ too
With additional text to see how that renders.
Clojure specific docstring here, args differ too With additional text to see how that renders.
(docs-and-args-differ-bigger z)
(docs-and-args-differ-bigger x y)
(docs-and-args-differ-bigger a b c)
ClojureScript specific docstring here, args differ too
With additional text to see how that renders.
ClojureScript specific docstring here, args differ too With additional text to see how that renders.
(docs-differ same)
Clojure specific docstring here
Clojure specific docstring here
ClojureScript specific docstring here
ClojureScript specific docstring here
(same same)
Docstring matches for all platforms, but links to sources should be different
Docstring matches for all platforms, but links to sources should be different
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close