package dune-private-libs

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

Module Cache.Duplication_modeSource

Sourcetype t =
  1. | Copy
Sourceval all : (string * t) list
Sourceval of_string : string -> (t, string) Stdune.Result.t
Sourceval to_string : t -> string