clr-host-0.1.0.0: Hosting the Common Language Runtime

Safe HaskellNone
LanguageHaskell2010

Clr.Host.BStr

Documentation

newtype BStr Source #

Constructors

BStr (Ptr Word16) 

Instances

allocBStr :: Integral len => Ptr Word16 -> len -> IO BStr Source #

withBStr :: Integral len => Ptr Word16 -> len -> (BStr -> IO a) -> IO a Source #