module SMap : sig ... endSourcetype tid = | Empty| Local of string| Global of string
Sourceval previous_id : string option Stdlib.ref Sourceval reset : unit -> unit Sourceval declare_types : string list -> unit Sourceval declare_vars : string list -> unit Sourceval is_typename : string -> bool Sourceval push_scope : unit -> unit Sourceval go_toplevel : unit -> unit Sourceval go_local : unit -> unit Sourceval get_global_context : unit -> t Sourceval set_parent_namespace : unit -> unit Sourceval clear_parent_namespace : unit -> unit Sourceval print_context : unit -> unit