package lascar

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

Functor for converting a FSM action, with a given implementation of values into another one with a different implementations

Parameters

module A1 : T
module A2 : T

Signature

val map : (A1.Expr.value -> A2.Expr.value) -> A1.t -> A2.t