This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-31
Channels
- # adventofcode (15)
- # announcements (8)
- # babashka (16)
- # beginners (48)
- # braveandtrue (5)
- # calva (54)
- # cider (7)
- # clara (8)
- # clj-kondo (3)
- # cljdoc (3)
- # clojure (37)
- # clojure-europe (1)
- # clojure-italy (15)
- # clojure-losangeles (2)
- # clojure-nl (15)
- # clojure-uk (6)
- # clojurescript (145)
- # community-development (53)
- # cursive (20)
- # data-science (8)
- # datomic (23)
- # duct (2)
- # emacs (22)
- # fulcro (16)
- # gorilla (7)
- # graalvm (7)
- # hoplon (1)
- # malli (7)
- # off-topic (8)
- # rewrite-clj (2)
- # ring (9)
- # spacemacs (2)
- # specter (1)
- # tools-deps (25)
- # vrac (1)
not yet, but it will come. Can't recall if there was an issue of conform
yet, or just discussed
12 added lines later:
(explain
[:map {:closed true}
[:xy
[:map {:closed true}
[:x int?]
[:y int?]]]]
{:xy {:x 1, :y 2, :EVIL "LYN"}
:DARK "ORKO"})
;{:schema [:map {:closed true} [:xy [:map {:closed true} [:x int?] [:y int?]]]],
; :value {:xy {:x 1, :y 2, :EVIL "LYN"}, :DARK "ORKO"},
; :errors (#Error{:path [2 1],
; :in [:xy :EVIL],
; :schema [:map {:closed true} [:x int?] [:y int?]],
; :type :malli.core/extra-key}
; #Error{:path [],
; :in [:DARK],
; :schema [:map {:closed true} [:xy [:map {:closed true} [:x int?] [:y int?]]]],
; :type :malli.core/extra-key})}