September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack new working-with-STM simple
executable working-with-STM
hs-source-dirs: src
main-is: Main.hs
ghc-options: -threaded
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, stm
module Main where import Control.Concurrent.STM import Control.Concurrent
newtype Account = Account (TVar Int)
Read now
Unlock full access