package acgtk

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

Module Containers.ResumptionsSource

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

Sourcemodule type Resumptions_sig = sig ... end
Sourcemodule 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.