package owi

  1. Overview
  2. Docs

runtime global

type 'env t = {
  1. mutable value : 'env Value.t;
  2. label : string option;
  3. mut : Types.mut;
  4. typ : Types.val_type;
}