| Copyright | (c) Sergey Vinokurov 2018 |
|---|---|
| License | BSD3-style (see LICENSE) |
| Maintainer | serg.foo@gmail.com |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Emacs.Module.Assert
Description
Documentation
type WithCallStack = (() :: Constraint) Source #
emacsAssert :: WithCallStack => Bool -> String -> a -> a Source #