hw-int-0.0.0.1: Integers

Safe HaskellSafe
LanguageHaskell2010

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