package archetype

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

Module Env.TentrySource

Sourceval lookup : t -> longident -> tentrydecl option
Sourceval exists : t -> longident -> bool
Sourceval get : t -> fullname -> tentrydecl
Sourceval mem : t -> fullname -> bool
Sourceval push : t -> tentrydecl -> t