package ocaml-base-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module D : DOMAIN

Signature

val analyze : ?exnhandler:(D.t -> D.t) -> ?exnescape:D.t -> transfer:(Mach.instruction -> next:D.t -> exn:D.t -> D.t) -> Mach.instruction -> D.t * (int -> D.t)