DataHaskell / type-providers

Type providers for Haskell: plans and shared interfaces
BSD 2-Clause "Simplified" License
8 stars 2 forks source link

Support more flat types in Frames and json-autotype #3

Open ocramz opened 6 years ago

ocramz commented 6 years ago

(Could you elaborate on this one @mgajda ?)

mgajda commented 6 years ago

We currently detect only difference between Strings and Numbers. However we commonly encode Dates, URLs, or Enums. Making these types more accurate, would allow us to start processing the data without manual conversions.