package mula

  1. Overview
  2. Docs
ML's library for Universal Levenshtein Automata

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mula-0.1.0.tbz
sha256=c781cc1225b311f082a63da6dc10f94a44cdf5568e26ff070a66b62fc1482fe7
sha512=acd41a69b47163909e92665a65c2cdb6029b3c201f0b4d3c596e55fb6d8053b8615401fc3e5c929c899bc30e243d73497f32fa15f476e02cf26f2573c039b771

doc/mula.internal/Internal/DemarauNFA/State/index.html

Module DemarauNFA.StateSource

Sourcetype t =
  1. | Std of {
    1. lane : int;
    2. error : int;
    }
  2. | Trans of {
    1. lane : int;
    2. error : int;
    }
Sourceval compare : t -> t -> int
Sourceval pp_state : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.