package ppx_fail
Add location to calls to failwiths
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_fail-v0.14.0.tar.gz
sha256=3b585fbbf181cf36ca07a501c6fa3467250c3c5e7bac046370735563685fdf07
md5=8ac8d34542eebc2587cdb7e57a2d8350
Description
Part of the Jane Street's PPX rewriters collection.
Published: 31 May 2020
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