package pds-reachability

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

A module type which describes how states may be classified. Classification is used for performance purposes; it is possible for an edge function to be applied only to states of a particular class. In the simplest case, all states may be classified to unit.

val classify : State.t -> Class.t