package archetype

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Env.ImportSource

Sourcetype key = string
Sourceval lookup : t -> Ident.ident -> t importdecl option
Sourceval push : t -> t importdecl -> t
Sourceval get_in_cache : t -> key -> t importdecl option
Sourceval push_in_cache : t -> key -> t importdecl -> unit
Sourceval get_cache : t -> cache
Sourceval get_all : t -> (Ident.ident * t importdecl) list
Sourceval resolve_path : t -> string -> string