Fork me on GitHub
#clj-kondo
<
2023-02-04
>
Ben Sless10:02:27

Does kondo's type analysis model alternatives? I checked the source and if I understood it correctly it doesn't. Why: currently malli exports or schemas as any, would be nice to have support for them

borkdude10:02:40

Yes, it does using sets: #{:vector :string}

👀 2
borkdude10:02:12

but maybe it's limited at the moment, not sure

Ben Sless11:02:54

d'oh! it's the last cond