Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.C.Inline.Cpp.Exceptions
Description
A module that contains exception-safe equivalents of inline-c
QuasiQuoters.
Documentation
data CppException Source #
An exception thrown in C++ code.
Constructors
CppStdException String | |
CppOtherException |
Instances