package lsp

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

Interned strings

type resize_policy =
  1. | Conservative
  2. | Greedy
type order =
  1. | Natural
  2. | Fast
module type Settings = sig ... end
module Make (R : Settings) () : Interned_intf.S