parsnip-0: A fast, minimal parser
Safe HaskellNone
LanguageHaskell2010

Text.Parsnip.Internal.Private

Description

the proverbial junk drawer

Synopsis

Documentation

io :: IO a -> State# s -> (# State# s, a #) Source #

c_memchr :: Addr# -> CInt -> CSize -> IO (Ptr ()) Source #

newtype ForeignString Source #

An _immutable_ foreign cstring. This is mostly useful for things like calling strstr through ffi where the needle needs to be null terminated.