package pds-reachability

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

The decorated type of edge used in reachability.

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