package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val value_exn : 'a t -> 'a

value_exn t returns the value in the heap controlled by this token if the value is still in the heap, and raises otherwise.