package bonsai

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

Source file environment.ml

1
2
3
4
5
6
7
open! Core_kernel

module Incremental = struct
  type ('witness, 'a) t = ('a, 'witness) Incremental.t [@@deriving sexp_of]
end

include Univ_map.Make1 (Univ_map.Type_id_key) (Incremental)
OCaml

Innovation. Community. Security.