srt-formatting-0.1.0.0: Format an SRT.
Safe HaskellNone
LanguageHaskell2010

Media.Subtitles.SRT.Formatting

Synopsis

Documentation

linef :: Format r (Line -> r) Source #

Formats a Line to SRT format.

Since: 0.1.0.0

srtf :: Format r (SRT -> r) Source #

Formats an entire collection of lines to SRT format.

Since: 0.1.0.0