plow-technologies / ocaml-export

Export Haskell type and aeson serializations to OCaml BuckleScript
Other
17 stars 1 forks source link

SumOfRecords is broken #17

Open mchaver opened 6 years ago

mchaver commented 6 years ago

If you create a SumOfRecords that includes an enumeration or a constructor with unnamed fields, then it will break the constructors with named fields.

smurphy8 commented 6 years ago

Still broken?