Sha256: 03c4523aa54f01056d54e175c72f89c010478562943880173353df96e9a48112

Contents?: true

Size: 270 Bytes

Versions: 61

Compression:

Stored size: 270 Bytes

Contents

module Clock (clockHour, clockMin, fromHourMin, toString) where

clockHour :: Clock -> Int
clockHour = undefined

clockMin :: Clock -> Int
clockMin = undefined

fromHourMin :: Int -> Int -> Clock
fromHourMin = undefined

toString :: Clock -> String
toString = undefined

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
trackler-1.0.0 tracks/haskell/exercises/clock/src/Clock.hs