September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack new working-with-set simple
executable working-with-set
hs-source-dirs: src
main-is: Main.lhs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, Containers
The containers library is a commonly used library that implements containers such as set, map, and so on.
module Main where
import Data.Set as S
Read now
Unlock full access