hw-int-0.0.0.3: Integers

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.Int.Narrow.Narrow16

Documentation

class Narrow16 a where Source #

Minimal complete definition

narrow16

Associated Types

type Narrowed16 a Source #

Methods

narrow16 :: a -> Narrowed16 a Source #

Instances