Craft3e-0.2.0.1: Code for Haskell: the Craft of Functional Programming, 3rd ed.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Pictures

Synopsis

Documentation

type Picture = [[Char]] Source #

printPicture :: Picture -> IO () Source #

^^^^^^^^^^^^^^^^^^^^^^^^^^^

notEmpty :: Eq a => [a] -> Bool Source #

rectangular :: (Eq (t a), Foldable t) => [t a] -> Bool Source #

propAboveBesideFull :: [[Char]] -> [[Char]] -> [[Char]] -> [[Char]] -> Property Source #

genList :: Int -> Gen a -> Gen [a] Source #