Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
S.Silence
The handlers that silence effects. All the triggers actually do nothing.
val not_found : Param.context option -> Trie.bwd_path -> unit
Manually trigger the not_found
effect.
val shadow :
Param.context option ->
Trie.bwd_path ->
(Param.data * Param.tag) ->
(Param.data * Param.tag) ->
Param.data * Param.tag
Manually trigger the shadow
effect.
val hook :
Param.context option ->
Trie.bwd_path ->
Param.hook ->
(Param.data, Param.tag) Trie.t ->
(Param.data, Param.tag) Trie.t
Manually trigger the hook
effect.