package core_extended

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

Predefined strategies

module Lru : Strategy with type 'a with_init_args = int -> 'a

Least recently used.

module Keep_all : Strategy with type 'a with_init_args = 'a

Keep all the values

OCaml

Innovation. Community. Security.