module Test.ComplexDouble.Type where import Data.Complex (Complex) type Number_ = Complex Double