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