bughelp wanted
Repository metrics
- Stars
- (1,724 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
;; ok
(m/decode
[:tuple string? string?]
[]
(mt/string-transformer))
; => []
;; fail
(m/decode
[:tuple keyword? string?]
[]
(mt/string-transformer))
; => [nil]
;; megafail
(m/decode
[:tuple string? keyword?]
[]
(mt/string-transformer))
; =throws=> Execution error (IndexOutOfBoundsException) at malli.core/-update (core.cljc:194).