package spelll

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

Parameters

module Str : STRING

Signature

type char_ = Str.char_
type string_ = Str.t
val edit_distance : string_ -> string_ -> int
type automaton
val of_string : limit:int -> string_ -> automaton
val of_list : limit:int -> char_ list -> automaton
val debug_print : (Pervasives.out_channel -> char_ -> unit) -> Pervasives.out_channel -> automaton -> unit
val match_with : automaton -> string_ -> bool
module Index : sig ... end
OCaml

Innovation. Community. Security.