package p4spectec

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

Module Inst.Value_dependencySource

module Value = Runtime.Value
Sourceval make_deriving : cache_on:(unit -> unit) -> cache_off:(unit -> unit) -> (module Handler.HANDLER) * (unit -> Dep.Graph.t)
Sourceval make_non_deriving : unit -> (module Handler.HANDLER) * (unit -> Dep.Graph.t)
Sourceval make : derive:bool -> cache_on:(unit -> unit) -> cache_off:(unit -> unit) -> (module Handler.HANDLER) * (unit -> Dep.Graph.t)