floating: Punt the FFI newtype wrappers.
commit679863b0b48d76559507e4d1d9d52bafabd700e0
authorNick Bowler <nbowler@draconx.ca>
Fri, 12 Feb 2010 02:35:41 +0000 (11 21:35 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 12 Feb 2010 02:35:41 +0000 (11 21:35 -0500)
tree5868f6834a7d8f3c04f2a17fdaac13e965c76d26
parent3af0ffde14d55c6c254fac26ddd66b45ed63f190
floating: Punt the FFI newtype wrappers.

Newtypes aren't supposed to change underlying representation, so they
should be unnecessary.  Indeed, things still seem to work without them.
Data/Floating/Types.hs