package lascar

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

Functor for converting a FSM, with a given implementation of state identifiers and values into another one with different respective implementations

Parameters

module S1 : T
module S2 : T

Signature

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