aboutsummaryrefslogtreecommitdiff
path: root/src/imag.hs
blob: 16ac28e2f50f2456166e5e183794c9d93012de83 (plain)
1
2
3
4
5
6
module Imag where

-- newtype Imag = Imag { getImag :: Float }

-- instance Show Imag where
--     show (Imag i) = show i ++ "i"