package logger-p5
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Camlp5 syntax extension for logging
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.4.2.zip
sha256=87e4a98956ef0a6e50eaac01ffdbcde1145aa090c1506711759ca804203b3199
md5=c90651c5b421cef0d358684e4cb1eb6d
Description
A simple camlp5 syntax extension that allows syntax REPR(expr) which translates to a pair ("string with expression 'expr'", expr)
Useful for logging and pretty-printing
Added to opam-repository:
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page