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

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 built with 'call-stacks' flag enabled.

emacsAssert :: Bool -> String -> a -> a Source #