Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Modifier.SSourceThe signature of the engine.
module Param : sig ... endmodule type Handler = sig ... endval modify : 
  ?context:Param.context ->
  ?prefix:Trie.bwd_path ->
  Param.hook Language.t ->
  (Param.data, Param.tag) Trie.t ->
  (Param.data, Param.tag) Trie.tmodify modifier trie runs the modifier on the trie and return the transformed trie.