package ppx_fail
Add location to calls to failwiths
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_fail-v0.13.0.tar.gz
sha256=c6f5f1d0f5dcdec6eae005e9a1384b974b1fef552c60bd9bb19a8cd3c1f6ba6e
md5=f1672279f65862a6806fc7ad5aff755d
Description
Part of the Jane Street's PPX rewriters collection.
Published: 20 Nov 2019
README
ppx_fail
Syntax extension that makes [failwiths] always include a position.
Rewrites failwiths
into failwiths ~here:[%here]
. This is useful to have a position for an exception even if the backtrace got lost somehow.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page