package codex

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

Parameter WTOFixpoint.L

type t
val join : t -> t -> t
val is_included : t -> t -> bool
val bottom : t
module ControlLocation : sig ... end
val transfer : ControlLocation.t -> t -> (ControlLocation.t * t) list
val pp : Format.formatter -> t -> unit