-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | The data type for SRT files. -- -- The data type for SRT files. -- https://en.wikipedia.org/wiki/SubRip @package srt @version 0.1.2.0 -- | The SRT subtitle type. module Media.Subtitles.SRT -- | Data type for a single line in SRT. data Line Line :: Int -> Range -> Text -> Line [index] :: Line -> Int [range] :: Line -> Range [dialog] :: Line -> Text -- | SRT data type. newtype SRT SRT :: [Line] -> SRT [unSRT] :: SRT -> [Line] 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