package archetype

  1. Overview
  2. Docs
type key = string
val lookup : t -> Ident.ident -> t importdecl option
val get : t -> Ident.ident -> t importdecl
val push : t -> t importdecl -> t
val get_in_cache : t -> key -> t importdecl option
val push_in_cache : t -> key -> t importdecl -> unit
val get_cache : t -> cache
val get_all : t -> (Ident.ident * t importdecl) list
val resolve_path : t -> string -> string