ivory-0.1.0.0: Safe embedded C programming.

Safe HaskellNone

Ivory.Language.Proxy

Synopsis

Documentation

data Proxy a Source

Constructors

Proxy 

type SProxy a = Proxy (a :: *)Source

Type proxies for * types.

fromTypeSym :: Sing (sym :: Symbol) -> StringSource

The string associated with a type-symbol.

fromTypeNat :: Sing (i :: Nat) -> IntegerSource

The integer associated with a type-nat.