Next Types Are Theorems; Programs Are Proofs 3

Currying

        cons                        :: a -> ([a] -> [a])
        cons                        :: a -> [a] -> [a]

Next Next