package pds-reachability

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

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

type t
val equal : t -> t -> bool
val compare : t -> t -> int
val show : t -> string
val to_yojson : t -> Yojson.Safe.json