prim-0.1.0.0: src/String.hs
module String where import qualified GHC.Types -- | Null terminated C-style Strings type C# = Addr# -- | Boxed Linked list of @Char@ type List = [GHC.Types.Char]
module String where import qualified GHC.Types -- | Null terminated C-style Strings type C# = Addr# -- | Boxed Linked list of @Char@ type List = [GHC.Types.Char]