Liking cljdoc? Tell your friends :D

ont-app.vocabulary.dstr

clj

Defines DatatypeStr type to inform #voc/dstr custom reader tag

Defines DatatypeStr type to inform #voc/dstr custom reader tag
raw docstring

datatypeclj/s

(datatype datatypeStr)

returns the datatype tag associated with datatypeStr

returns the datatype tag associated with `datatypeStr`
sourceraw docstring

default-tagsclj/s

A map := {(type obj) tag, ...}

  • Where -obj is a clojure value -tag is a qname for the resource tagging the datatype of obj
  • NOTE: this informs the voc/tag method's 1-arg version
A map := {(type `obj`) `tag`, ...}
- Where
  -`obj` is a clojure value
  -`tag` is a qname for the resource tagging the datatype of `obj`
- NOTE: this informs the `voc/tag` method's 1-arg version
sourceraw docstring

parseclj/s

(parse form)

Returns [datum datatype] for s, or nil

  • Where -s is a string :~ datum^^datatype
    • datum is a string
    • datatype is is a string
Returns [`datum` `datatype`] for `s`, or nil
- Where
  -`s` is a string :~ `datum`^^`datatype`
  - `datum` is a string
  - `datatype` is is a string
sourceraw docstring

read-DatatypeStrclj/s

(read-DatatypeStr form)

Returns an instance of DatatypeStr parsed from form

  • Where:
  • form :- datum^^datatype
Returns an instance of DatatypeStr parsed from `form`
- Where:
- `form` :- `datum`^^`datatype`
sourceraw docstring

read-DatatypeStr-cljsclj/s

(read-DatatypeStr-cljs form)

Returns a macro expression for read-DatatypeStr suitable for insertion and interpretation in cljs source.

Returns a macro expression for read-DatatypeStr suitable for insertion and interpretation in cljs source.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close