September 2017
Beginner to intermediate
396 pages
9h 46m
English
executable write-trans hs-source-dirs: src main-is: Main.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5 , mtl
import Data.Monoid import Control.Monad.Writer
newtype Transaction = Transaction Double deriving Show
Add the monoid instance. We will define an empty transaction as a transaction ...
Read now
Unlock full access