aboutsummaryrefslogtreecommitdiff
path: root/src/imag.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/imag.hs')
-rw-r--r--src/imag.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/imag.hs b/src/imag.hs
deleted file mode 100644
index 16ac28e..0000000
--- a/src/imag.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Imag where
-
--- newtype Imag = Imag { getImag :: Float }
-
--- instance Show Imag where
--- show (Imag i) = show i ++ "i"