Skip to content

demonstration of the extension literals and constant rewriting features

Notifications You must be signed in to change notification settings

dx3mod/metric_syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

demonstration of the extension literals and constant rewriting features

Topics

Resources

Stars

Watchers

Forks