September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack new working-with-text-and-bytestring simple
executable working-with-text-and-bytestring
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, text
, bytestring
{-# LANGUAGE OverloadedStrings #-} module Main where
This is the way an extension is enabled for the GHC. This particular extension allows us to use ...
Read now
Unlock full access