package ocaml-base-compiler

  1. Overview
  2. Docs
type flambda_kind =
  1. | Normal
  2. | Lifted
val check_exn : ?kind:flambda_kind -> ?cmxfile:bool -> Flambda.program -> unit

Checking of invariants on Flambda expressions. Raises an exception if a check fails.