Skip to content

Instantly share code, notes, and snippets.

@IvanaGyro
IvanaGyro / Chapter-1-6.hs
Last active July 31, 2020 08:57 — forked from banacorn/Chapter-1-6.hs
FLOLAC 2020「邏輯、語言、與計算暑期研習營」的課前作業
-- This exercise covers the first 6 chapters of "Learn You a Haskell for Great Good!"
-- Chapter 1 - http://learnyouahaskell.com/introduction
-- Chapter 2 - http://learnyouahaskell.com/starting-out
-- Chapter 3 - http://learnyouahaskell.com/types-and-typeclasses
-- Chapter 4 - http://learnyouahaskell.com/syntax-in-functions
-- Chapter 5 - http://learnyouahaskell.com/recursion
-- Chapter 6 - http://learnyouahaskell.com/higher-order-functions
-- Download this file and then type ":l Chapter-1-6.hs" in GHCi to load this exercise