Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 542 Bytes

File metadata and controls

17 lines (13 loc) · 542 Bytes

metric_syntax

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 = 5
utop # Metric.Meter.(1m + 10m);;
- : Metric.Meter.t = 11