September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack new shopping-cart simple
executable shopping-cart
hs-source-dirs: src
main-is: Main.lhs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, containers
module Main where
import Data.Set as Set
data Book = Book { isbn :: String
, title :: String
, author :: String }
deriving Show
Read now
Unlock full access