connections-0.0.3: Partial orders, Galois connections, and lattices.

Safe HaskellSafe
LanguageHaskell2010

Data.Connection.Int

Contents

Synopsis

Documentation

class Prd a => ConnInteger a where Source #

Instances
ConnInteger Int8 Source # 
Instance details

Defined in Data.Connection.Int

ConnInteger Int16 Source # 
Instance details

Defined in Data.Connection.Int

ConnInteger Int32 Source # 
Instance details

Defined in Data.Connection.Int

ConnInteger Int64 Source # 
Instance details

Defined in Data.Connection.Int

ConnInteger Word8 Source # 
Instance details

Defined in Data.Connection.Int

ConnInteger Word16 Source # 
Instance details

Defined in Data.Connection.Int

ConnInteger Word32 Source # 
Instance details

Defined in Data.Connection.Int

ConnInteger Word64 Source # 
Instance details

Defined in Data.Connection.Int

fromInteger :: ConnInteger a => Integer -> a Source #

Lawful replacement for the version in base.

Int8

Int16

Int32

Int64

Int

Integer