package ppx_fail
Add location to calls to failwiths
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_fail-v0.11.0.tar.gz
sha256=480f90ffbdbe67aa2addb5105f8aaf451bf24ac1fc7af7deb39b4749b7c6f41e
md5=b153a48e619b819a89924857586e76ac
Description
Part of the Jane Street's PPX rewriters collection.
Published: 22 Mar 2018
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