packages feed

utc-0.1.0.0: Data/UTC/Class/Midnight.hs

{-# LANGUAGE Safe #-}
module Data.UTC.Class.Midnight
  ( Midnight(..)
  ) where

-- | The beginning of a day: 00:00:00
class Midnight t where
  midnight :: t