hw-prim-0.4.0.4: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.Unsign

Documentation

class Unsign a where Source #

Minimal complete definition

unsign

Associated Types

type UnsignOf a Source #

Methods

unsign :: a -> UnsignOf a Source #

Instances

Unsign Int Source # 

Associated Types

type UnsignOf Int :: * Source #

Methods

unsign :: Int -> UnsignOf Int Source #

Unsign Int8 Source # 

Associated Types

type UnsignOf Int8 :: * Source #

Unsign Int16 Source # 

Associated Types

type UnsignOf Int16 :: * Source #

Unsign Int32 Source # 

Associated Types

type UnsignOf Int32 :: * Source #

Unsign Int64 Source # 

Associated Types

type UnsignOf Int64 :: * Source #

Unsign Word Source # 

Associated Types

type UnsignOf Word :: * Source #

Unsign Word8 Source # 

Associated Types

type UnsignOf Word8 :: * Source #

Unsign Word16 Source # 

Associated Types

type UnsignOf Word16 :: * Source #

Unsign Word32 Source # 

Associated Types

type UnsignOf Word32 :: * Source #

Unsign Word64 Source # 

Associated Types

type UnsignOf Word64 :: * Source #