Sam Protas

Results 4 issues of Sam Protas

`HSPEC_SKIP=""` appears to skip all tests and succeed. This caught me by surprise. I was using the environment variable `HSPEC_SKIP` to conditionally skip particular tests during CI. Sometimes I'd pass...

This PR adds `omitFields` to `ExtraTypeScriptOptions`. The general ideas was taken from this similar library for generating mobile types from Haskell: https://github.com/MercuryTechnologies/moat The motivating example is better support for breaking...

I took a stab at adding an `Interval` ADT to this library as per this conversation: https://github.com/lpsmith/postgresql-simple/issues/176 Let me know your thoughts or any changes you'd like to see. FYI...