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
open! Core
open! Import
include Univ_map.Make (Univ_map.Type_id_key) (Incr)

let add_overwriting t ~key ~data = update t key ~f:(fun _ -> data)