I think this would be a fun project to contribute to, but a few searches
haven't led me to where the development is taking place. Is it just part of
the main Clojure github project?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this gro
Hi.
I am trying to implement a spec for finite numbers, but I am getting
ExceptionInfo Unable to construct gen.
This is my approach:
(ns myns
(:require
[clojure.spec.alpha :as spec]
[clojure.spec.gen.alpha :as gen]
[clojure.spec.test.alpha :as stest]
[incan