summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/base/src/Internal/Numeric.hs8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/base/src/Internal/Numeric.hs b/packages/base/src/Internal/Numeric.hs
index 216f142..fd0a217 100644
--- a/packages/base/src/Internal/Numeric.hs
+++ b/packages/base/src/Internal/Numeric.hs
@@ -790,13 +790,7 @@ type instance RealOf (Complex Float) = Float
790type instance RealOf I = I 790type instance RealOf I = I
791type instance RealOf Z = Z 791type instance RealOf Z = Z
792 792
793type family ComplexOf x 793type ComplexOf x = Complex (RealOf x)
794
795type instance ComplexOf Double = Complex Double
796type instance ComplexOf (Complex Double) = Complex Double
797
798type instance ComplexOf Float = Complex Float
799type instance ComplexOf (Complex Float) = Complex Float
800 794
801type family SingleOf x 795type family SingleOf x
802 796