diff options
Diffstat (limited to 'src/imag.hs')
| -rw-r--r-- | src/imag.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imag.hs b/src/imag.hs index 71c0607..16ac28e 100644 --- a/src/imag.hs +++ b/src/imag.hs @@ -1,6 +1,6 @@ module Imag where -newtype Imag = Imag { getImag :: Float } +-- newtype Imag = Imag { getImag :: Float } -instance Show Imag where - show (Imag i) = show i ++ "i" +-- instance Show Imag where +-- show (Imag i) = show i ++ "i" |
