hw-prim-0.3.0.1: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

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