hw-prim-0.3.0.3: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.Narrow.Narrow64

Documentation

class Narrow64 a where Source #

Minimal complete definition

narrow64

Associated Types

type Narrowed64 a Source #

Methods

narrow64 :: a -> Narrowed64 a Source #

Instances