The latest version of assert is 0.0.1.2-0.

assert

Version 0.0.1.1 revision 0 uploaded by LiyangHu.

Package meta

Synopsis
Helpers for Control.Exception.assert
Description

GHC supports compile-time toggling of run-time assertions via the -fignore-asserts flag, which only effects a behavioural change in Control.Exception.assert. Furthermore the reported location only gives the use site of the aforementioned, making it difficult to abstract over and hence cumbersome to use.

This package aims to make assertions more convenient, and also provides a rule to rewrite assertions to id when -fignore-asserts is used.

Author
Liyang HU
Bug reports
n/a
Category
Control
Copyright
© 2013 Liyang HU
Homepage
https://github.com/liyang/assert
Maintainer
assert@liyang.hu
Package URL
n/a
Stability
experimental

Components