Safe Haskell | None |
---|---|
Language | Haskell2010 |
P
Documentation
Instances
tyParseCtx :: AlexUserState -> ByteString -> Either (Err AlexPosn) (E (T ()), Int) Source #
parseInline :: ByteString -> Either (Err AlexPosn) (E (T ()), Int) Source #
parseRename :: ByteString -> Either ParseE (E AlexPosn, Int) Source #
rwP :: AlexUserState -> ByteString -> Either ParseE (E AlexPosn, Int) Source #
bytes :: ByteString -> Either (Err AlexPosn) ByteString Source #
eFunP :: (Pretty a, Typeable a) => Int -> CCtx -> E a -> IO (Int, FunPtr b, Maybe (Ptr Word64)) Source #