type-int-0.5.0.2: Type Level 2s- and 16s- Complement Integers

Portabilitynon-portable (MPTC, FD, and missing constructors)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe-Infered

Data.Type.Sign

Description

Used to express trichotomy at the type level.

Documentation

class TCSign Closure s => TSign s Source