typelevel-1.0.4: Useful type level operations (type families and related operators).

Safe HaskellNone
LanguageHaskell2010

Type.Wrapped

Documentation

type family Unwrapped a :: l Source

Instances

type Unwrapped [k] * (Set k a) = a Source