clr-typed-0.2.0: A strongly typed Haskell interface to the CLR type system
Clr.TypeString
class TString t where Source #
Minimal complete definition
tString
Methods
tString :: forall t. String Source #
Instances
tString :: String Source #
class TStrings ts where Source #
tStrings
tStrings :: forall gt'. [String] Source #
tStrings :: [String] Source #
tStringGet :: forall t. TString t => String Source #
tStringSet :: forall t. TString t => String Source #