ivory-0.1.0.7: Safe embedded C programming.

Safe HaskellNone
LanguageHaskell2010

Ivory.Language.String

Documentation

class (ANat (Capacity a), IvoryStruct (StructName a), IvoryArea a, a ~ Struct (StructName a)) => IvoryString a where Source #

Minimal complete definition

stringDataL, stringLengthL

Associated Types

type Capacity a :: Nat Source #