package archetype

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

Module Env.TentrySource

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