Safe Haskell | None |
---|---|
Language | Haskell2010 |
- parseBitCode :: ByteString -> IO (Either Error Module)
- parseBitCodeFromFile :: FilePath -> IO (Either Error Module)
- parseBitCodeLazy :: ByteString -> IO (Either Error Module)
- parseBitCodeLazyFromFile :: FilePath -> IO (Either Error Module)
- data Error = Error {
- errContext :: [String]
- errMessage :: String
- formatError :: Error -> String
Bitcode Parsing
parseBitCode :: ByteString -> IO (Either Error Module) Source #
parseBitCodeLazy :: ByteString -> IO (Either Error Module) Source #
Re-exported
formatError :: Error -> String Source #