Module

Data.Shift

Package
purescript-numerics
Repository
proclivis/purescript-numerics

A Shift typeclass that defines bitwise shifting operations.

#Shift Source

class (Bounded a, Ord a) <= Shift a  where

The Shift typeclass that requires the internal type to be both Bounded and Ord.

Members