stathissideris / spec-provider

Infer Clojure specs from sample data. Inspired by F#'s type providers.
519 stars 22 forks source link

summarize-leaf called with two args #2

Closed olivergeorge closed 7 years ago

olivergeorge commented 7 years ago

summarize-or calls summarize-leaf called with two args which doesn't match up. It expects a single arg.

Picked this up trying to get the code to run on CLJS. The compiler was cross.

stathissideris commented 7 years ago

Good catch, thanks! The good news is that summarize-or was dead code, and it's now removed.