package lascar

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

Module Dfa.TransSource

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

Parameters

module S1 : T
module S2 : T

Signature

Sourceval map : (S1.state -> S2.state) -> (S1.symbol -> S2.symbol) -> S1.t -> S2.t
OCaml

Innovation. Community. Security.