Fork me on GitHub
#malli
<
2021-02-24
>
ordnungswidrig07:02:16

:cat-tag :alt-tag :or-tag ?

šŸ‘ 6
Vincent Cantin13:02:03

i suggest :named-cat, :named-alt, :named-or

šŸ‘ 3
danielneal13:02:51

[:cat {:named? true}]?

šŸ’Æ 3
ikitommi14:02:12

using properties would be nice for users, but would make the parser more complex. and updating properties might change the behaviour of the schema silently:

[:cat {:named? true} [:tuple int?]]

ikitommi14:02:41

[:cat {:named? false} [:tuple int?]]
ā€¦ is a totally diferent thing.