Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val get_map : unit -> Hmap.t option
val with_map : Hmap.t -> (unit -> 'a) -> 'a
val create_key :
'a Hmap.Key.info ->
'a Ambient_context_core__Ambient_context_hmap.key
val get : 'a Hmap.key -> 'a option
val with_binding : 'a Hmap.key -> 'a -> (unit -> 'b) -> 'b
val without_binding : 'a Hmap.key -> (unit -> 'b) -> 'b