emacs-module-0.1.1.1: Utilities to write Emacs dynamic modules
Copyright(c) Sergey Vinokurov 2018
LicenseApache-2.0 (see LICENSE)
Maintainerserg.foo@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

Emacs.Module.Assert

Description

 
Synopsis

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 #