bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 116 forks source link

Fix devcards.core/card? #171

Open jhacksworth opened 1 year ago

jhacksworth commented 1 year ago

Missing an and in devcards.core/card?. Right now it ignores three of the four predicates in the let expression. Only the last predicate, fn? will have any effect.