package ostap

  1. Overview
  2. Docs

Reordering expression in according to priorities of its operators.

module type Expression = sig ... end

Signature to abstract expression being reordered.

module Make (E : Expression) : sig ... end

Functor to instantiate reorderer.

OCaml

Innovation. Community. Security.