package acgtk

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

This module implements resumptions (computational states that a program reaches or from which it can start.

module type Resumptions_sig = sig ... end
module Make (W : Weight.Weight_sig) (C : sig ... end) : Resumptions_sig with type 'a computation = 'a C.computation and type w = W.w

This module is a functore generating a resumption store for the specified weight module and the specified computational type

OCaml

Innovation. Community. Security.