-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | The data type for SRT files. -- -- The data type for SRT files. @package srt @version 0.1.0.0 -- | The SRT subtitle type. module Media.Subtitles.SRT -- | Timestamp data type. data Time Time :: Int -> Int -> Int -> Int -> Time [hour] :: Time -> Int [minute] :: Time -> Int [second] :: Time -> Int [millisecond] :: Time -> Int -- | Interval of two timestamps. data Range Range :: Time -> Time -> Range [from] :: Range -> Time [to] :: Range -> Time instance GHC.Classes.Ord Media.Subtitles.SRT.Line instance GHC.Show.Show Media.Subtitles.SRT.Line instance GHC.Classes.Eq Media.Subtitles.SRT.Line instance GHC.Show.Show Media.Subtitles.SRT.SRT instance GHC.Classes.Eq Media.Subtitles.SRT.SRT