package merlin-lib

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

An all-or-nothing cache mechanism that can be used for any phase

module type S = sig ... end
module With_cache (Phase : S) : sig ... end