antiope-s3-7.0.1: Please see the README on Github at <https://github.com/arbor/antiope#readme>

Safe HaskellNone
LanguageHaskell2010

Antiope.S3.Range

Documentation

data Range Source #

Constructors

Range Int Int 
Instances
Eq Range Source # 
Instance details

Defined in Antiope.S3.Types

Methods

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

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

Show Range Source # 
Instance details

Defined in Antiope.S3.Types

Methods

showsPrec :: Int -> Range -> ShowS #

show :: Range -> String #

showList :: [Range] -> ShowS #

Generic Range Source # 
Instance details

Defined in Antiope.S3.Types

Associated Types

type Rep Range :: Type -> Type #

Methods

from :: Range -> Rep Range x #

to :: Rep Range x -> Range #

type Rep Range Source # 
Instance details

Defined in Antiope.S3.Types

type Rep Range = D1 (MetaData "Range" "Antiope.S3.Types" "antiope-s3-7.0.1-LKI5S86CAQd89eNz52agkc" False) (C1 (MetaCons "Range" PrefixI True) (S1 (MetaSel (Just "first") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "last") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))