Fork me on GitHub
#malli
<
2022-01-14
>
metame16:01:37

Anyone have an example of plumatic syntax in the wild (not in docs yet)? (also possible I’ve misunderstood the meaning of adding plumatic syntax) I see it in the Destructuring section of the README for fn type hints. EDIT: looking at the PR, I’m seeing the usage under the experimental ns. So basically we can use in-line plumatic syntax for in-line function types but not anything similar to plumatic syntax for a full schema def. For that we still need to use the vector or map syntax.

ikitommi16:01:45

no full schema syntax. That would be... interesting.

💯 2
metame16:01:10

thanks 🙇

mynomoto21:01:22

Is there someplace where the type options are documented? E.g. [:qualified-keyword {:namespace :xxx}] works but [:qualified-namespace {:namespace :xxx}] doesn´t check the namespace.