altfloat-0.3: Alternative floating point support for GHC.

Data.Floating.Types.Double

Synopsis

Documentation

data Double Source

The Double type. This is expected to be an identical declaration to the one found in GHC.Prim. We avoid simply using GHC's type because we need to define our own class instances.