September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack new working-with-prism simple
executable working-with-prism
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, lens
{-# LANGUAGE TemplateHaskell #-} module Main where import Control.Lens import Control.Lens.TH
data Point = Point { _x :: Double ...
Read now
Unlock full access