pandoc-include-code-1.3.0.0: A Pandoc filter for including code from source files

Safe HaskellSafe
LanguageHaskell98

Text.Pandoc.Filter.Range

Description

A range that cannot be constructed with incorrect bounds.

Documentation

data Range Source #

Instances

Eq Range Source # 

Methods

(==) :: Range -> Range -> Bool #

(/=) :: Range -> Range -> Bool #

Show Range Source # 

Methods

showsPrec :: Int -> Range -> ShowS #

show :: Range -> String #

showList :: [Range] -> ShowS #