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

Portabilitynon-portable (MPTC)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe-Infered

Data.Type.Maybe

Description

Simple type-level Maybe w JustNothing Types

Documentation

data TJust x Source

Instances

TCMaybe Closure (TJust a) 
TLt TNothing (TJust b) T 
TEq TNothing (TJust a) F 
Show a => Show (TJust a) 
TMaybe (TJust a) 
TLt (TJust b) TNothing F 
TEq (TJust a) TNothing F 
TLt a b r => TLt (TJust a) (TJust b) r 
TEq a b r => TEq (TJust a) (TJust b) r 

tJust :: t -> TJust tSource

class TCMaybe Closure s => TMaybe s Source

Instances