hw-int-0.0.0.3: Integers

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.Int.Narrow.Narrow32

Documentation

class Narrow32 a where Source #

Minimal complete definition

narrow32

Associated Types

type Narrowed32 a Source #

Methods

narrow32 :: a -> Narrowed32 a Source #

Instances