floating: Punt the FFI newtype wrappers.
commit06984ec945e656444a4a9e148e1486d6eb997d04
authorNick Bowler <nbowler@draconx.ca>
Fri, 12 Feb 2010 02:35:41 +0000 (11 21:35 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 20 Feb 2010 23:54:08 +0000 (20 18:54 -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