enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

Fix toJSON and shortRep for table constructor #104

Closed kustosz closed 5 years ago

kustosz commented 5 years ago

Using just Table reports errors about non-exhaustive patterns in visualizer methods. This PR fixes that.

sylwiabr commented 5 years ago

can we merge this @kustosz ?