package lascar

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

Functor for converting a LTS, with a given implementation of state identifiers and transition labels into another one with different respective implementations

Parameters

module S1 : T
module S2 : T

Signature

val map : (S1.state -> S2.state) -> (S1.label -> S2.label) -> S1.t -> S2.t