package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Anons : sig ... end
module Num_occurrences : sig ... end
module Flag_info : sig ... end
module Base_info : sig ... end
module Group_info : sig ... end
module Exec_info : sig ... end
module Fully_forced : sig ... end

Fully forced shapes are comparable and serializable.

type t =
  1. | Basic of Base_info.t
  2. | Group of t Group_info.t
  3. | Exec of Exec_info.t * Base.Unit.t -> t
  4. | Lazy of t Lazy.t
val fully_forced : t -> Fully_forced.t
val get_summary : t -> Base.String.t
module Sexpable : sig ... end