reflex-frp / reflex-dom-semui

A reflex-dom API for Semantic UI components
https://reflex-frp.org/
BSD 3-Clause "New" or "Revised" License
22 stars 10 forks source link

Remove data type context and fix indentation #2

Closed spl closed 7 years ago

spl commented 7 years ago

See https://prime.haskell.org/wiki/NoDatatypeContexts for motivation.

spl commented 7 years ago

Note that, without this, GHC 8.0.1 complained about a missing DatatypeContexts language extension.

mightybyte commented 7 years ago

You know what...that table stuff was a notional thing that I started on before I switched to doing a much more complete wrapper around button. I ended up going in a different direction with button, so I'm going to close this pull request and just delete that little bit of table code altogether. Thanks for working on this!