Function: parseedn-tagged-literal

parseedn-tagged-literal is a byte-compiled function defined in parseedn.el.

Signature

(parseedn-tagged-literal TAG FORM)

Documentation

Construct a data representation of a tagged literal from TAG and FORM.

Source Code

;; Defined in ~/.emacs.d/elpa/parseedn-20231203.1909/parseedn.el
(defun parseedn-tagged-literal (tag form)
  "Construct a data representation of a tagged literal from TAG and FORM."
  (list 'edn-tagged-literal tag form))