package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Base of Base_info.t
  2. | Group of t Group_info.t
  3. | Exec of Exec_info.t
  4. | Lazy of t Lazy.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val extraction_var : Base.String.t
val supported_versions : Base.Set.M(Int).t
module Versioned : sig ... end
val of_versioned : Versioned.t -> t
val to_versioned : t -> version_to_use:Base.Int.t -> Versioned.t