@pablore has joined the channel
@viebel has joined the channel
Hello there!!! How can we check a nested map with roughly This doesn’t work:
(fact {:a {:b 1}} => (just {:a {:b (roughly 1.0)}}))
But this works:
(fact {:a {:b 1}} => (just {:a (just {:b (roughly 1.0)})}))
Is there a simpler way?