package kkmarkdown

  1. Overview
  2. Docs

Map from character to rules

Parameters

module Elt : sig ... end

Signature

type t
val mem : char -> t -> bool
val find : char -> t -> (module Elt.Rule) list
val init : (module Elt.Rule) list -> t * (module Elt.Rule) list

Initialize a map from all rules. The return value is a pair of

  • a map from character to rule list
  • a list of rules that has Any first character