packages feed

Craft3e-0.1.0.2: Chapter15/Doe.hs

module Doe where

    maxD x y 
        | x>y = x

    maxD x y 
        = y