Mavryk_benchmark.Ast
module type S = sig ... end
module Ast : S with type size = Costlang.Num.t
Standard AST
module Transform (F : functor (Ast : S) -> sig ... end) : Costlang.Transform
Code transformer via the AST tree
module Optimize : Costlang.Transform
A Costlang transformer for various code optimizations
module At_least_10 : Costlang.Transform
A Costlang transformer taking the max with 10