package lascar

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

Module Lascar.ConvSource

Functors for converting various kinds of Labeled Transition Systems

Sourcemodule ToLts (M : Ltsa.T) : sig ... end

Functor for converting a Ltsa into a Lts (by removing state attributes)

Sourcemodule FromLts (M : Lts.T) : sig ... end

Functor for converting a Lts into a Ltsa (by adding unit state attributes)

Sourcemodule ToDfa (N : Nfa.T) : sig ... end

Functor for converting a Nfa to an equivalent Dfa (determinisation)

Sourcemodule ToMealy (MM : Moore.T) : sig ... end

Functor for converting a Moore machine nto an equivalent Mealy one

Sourcemodule ToMoore (ME : Mealy.T) : sig ... end

Functor for converting a Mealy machine into an equivalent Moore one

Sourcemodule Fsm (F : Fsm.T) : sig ... end

Functor for transforming FSMs

OCaml

Innovation. Community. Security.