Name: Anonymous 2013-01-05 18:03
Rules:
α. One function at a time.
β.
γ. Your function may call other functions.
δ. Your post, when added to the thread, must compile with the rest of the thread.
module Main where
import Control.Applicative
import Control.Arrow
import Control.Monad
α. One function at a time.
β.
main function will be written last, it will call a random function from this thread and print its result.γ. Your function may call other functions.
δ. Your post, when added to the thread, must compile with the rest of the thread.
module Main where
import Control.Applicative
import Control.Arrow
import Control.Monad