It's not a real library, but a demonstration of the Extension literals and Constant Rewriting features of the ppxlib library for preprocessing OCaml syntax.
utop # 5m;;
- : Metric.Meter.t = 5utop # Metric.Meter.(1m + 10m);;
- : Metric.Meter.t = 11| Name | Name | Last commit date | ||
|---|---|---|---|---|
It's not a real library, but a demonstration of the Extension literals and Constant Rewriting features of the ppxlib library for preprocessing OCaml syntax.
utop # 5m;;
- : Metric.Meter.t = 5utop # Metric.Meter.(1m + 10m);;
- : Metric.Meter.t = 11