digit-0.6: A data-type representing digits 0-9 and other combinations

Safe HaskellNone
LanguageHaskell2010

Data.Digit.Binary

Contents

Synopsis

Documentation

type BinaryNoZero d = D1 d Source #

type Binary d = (D0 d, BinaryNoZero d) Source #

Prisms

Re-exports