package mula

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

Install

Dune Dependency

Authors

Maintainers

Sources

mula-0.1.1.tbz
sha256=ee5333b6f30b68a26af55b7f2f5a1f4f1189c13f4b678735da5dbb4685d0e225
sha512=22f63d6a077b5825d0b1ce076fa23f39bf4ae4280befec0a8765079fb9f542de2858e9a51e86547d47017c646dfe2c9d1fdd1c99d9f4c30aebf4f7cc06cfe995

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.