diffusionkinetics / open

DiffusionKinetics open-source monorepo
MIT License
115 stars 24 forks source link

datasets: no Enum instances? #106

Closed ocramz closed 6 years ago

ocramz commented 6 years ago

@glutamate I just noticed most (all?) sum types don't have an Enum instance, and I wondered why. Enum and Bounded would let us convert them to real values.

As an alternative, what do you advise for ingesting these datasets in a principled way? Heterogeneous records like vinyl?

ocramz commented 6 years ago

Closed by #107