hw-prim-0.3.0.5: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.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