clojure
clojure copied to clipboard
Snippets for clojure.spec
Define a series of snippets to support the use of clojure.spec, for both Clojure LSP and Emacs Yasnippets
-
data specifications
- common types and structures
- hash-map with :req and :opt sections
-
function specifications (are there are meaningful snippets here?)
- instrumenting functional specifications
- unstrumenting functional specifications
-
General functions
-
validate
-
conform
-
???