Copyright | (c) Sergey Vinokurov 2018 |
---|---|
License | Apache-2.0 (see LICENSE) |
Maintainer | [email protected] |
Safe Haskell | None |
Language | GHC2021 |
Emacs.Module.Assert
Description
Synopsis
- type WithCallStack = ()
- emacsAssert :: Bool -> String -> a -> a
Documentation
type WithCallStack = () Source #
Call stacks for all emacs-related functions in Haskell. Will be disabled unless this package was built with 'call-stacks' flag enabled.
emacsAssert :: Bool -> String -> a -> a Source #