logo
首页技术栈工具库讨论
assert

assert

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.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconliyang/assert4
HACKAGE
carbal install assert
查看
标签
根据用户添加的标签生成
暂无标签