clr-host-0.1.0.0: src/Clr/Host/BStr/Type.hs
module Clr.Host.BStr.Type where import Data.Word import Foreign.Ptr newtype BStr = BStr (Ptr Word16) deriving (Show)
module Clr.Host.BStr.Type where import Data.Word import Foreign.Ptr newtype BStr = BStr (Ptr Word16) deriving (Show)