Copyright | (c) Sergey Vinokurov 2018 |
---|---|
License | Apache-2.0 (see LICENSE) |
Maintainer | serg.foo@gmail.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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 build with assertions
flag enabled.
emacsAssert :: Bool -> String -> a -> a Source #