buildbox-2.2.1.1: Rehackable components for writing buildbots and test harnesses.
BuildBox.Data.Dividable
class Dividable a where Source #
Minimal complete definition
divide
Methods
divide :: a -> a -> a Source #
Instances
divide :: Float -> Float -> Float Source #
divide :: Integer -> Integer -> Integer Source #
divide :: Bytes -> Bytes -> Bytes Source #
divide :: Seconds -> Seconds -> Seconds Source #