pro-source-0.1.0.0: Utilities for tracking source locations
Copyright© 2019 James Alexander Feldman-Crough
LicenseMPL-2.0
Safe HaskellNone
LanguageHaskell2010

ProSource.Column

Description

 
Synopsis

Documentation

newtype Column Source #

A column number.

Constructors

Column Word 

Instances

Instances details
Enum Column Source # 
Instance details

Defined in ProSource.Column

Eq Column Source # 
Instance details

Defined in ProSource.Column

Methods

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

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

Ord Column Source # 
Instance details

Defined in ProSource.Column

Show Column Source # 
Instance details

Defined in ProSource.Column

Generic Column Source # 
Instance details

Defined in ProSource.Column

Associated Types

type Rep Column :: Type -> Type #

Methods

from :: Column -> Rep Column x #

to :: Rep Column x -> Column #

NFData Column Source # 
Instance details

Defined in ProSource.Column

Methods

rnf :: Column -> () #

Hashable Column Source # 
Instance details

Defined in ProSource.Column

Methods

hashWithSalt :: Int -> Column -> Int #

hash :: Column -> Int #

Pretty Column Source # 
Instance details

Defined in ProSource.Column

Methods

pretty :: Column -> Doc ann #

prettyList :: [Column] -> Doc ann #

type Rep Column Source # 
Instance details

Defined in ProSource.Column

type Rep Column = D1 ('MetaData "Column" "ProSource.Column" "pro-source-0.1.0.0-Aka5hIIzvNFHIHVEFICznz" 'True) (C1 ('MetaCons "Column" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word)))