package lascar

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

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

Parameters

module E1 : T
module E2 : T

Signature

val map : (E1.value -> E2.value) -> E1.t -> E2.t