Sha256: a15d5acfa6acfe813ac1df7677d930bd82788ec09661bbdb6c47d4abb8c69233
Contents?: true
Size: 329 Bytes
Versions: 16
Compression:
Stored size: 329 Bytes
Contents
module Phone (areaCode, number, prettyPrint) where areaCode :: String -> Maybe String areaCode = error "You need to implement this function." number :: String -> Maybe String number = error "You need to implement this function." prettyPrint :: String -> Maybe String prettyPrint = error "You need to implement this function."
Version data entries
16 entries across 16 versions & 1 rubygems