Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 211 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 211 Bytes

fm

(s/def ::a int?)
(s/def ::b int?)

(fm/defn add [::a ::b]
  (+ a b))

fm provides syntax for specifying runtime invariants via clojure.spec