Copyright | (c) Sergey Vinokurov 2018 |
---|---|
License | Apache-2.0 (see LICENSE) |
Maintainer | serg.foo@gmail.com |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Synopsis
- type WithCallStack = () :: Constraint
- emacsAssert :: Bool -> String -> a -> a
Documentation
type WithCallStack = () :: Constraint 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 #