package pds-reachability

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

This module contains some convenient definitions used throughout the rest of this library.

module type Decorated_type = sig ... end

A type for modules which carry a value type along with a few common operations on that type.