package archetype

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

Module Env.TentrySource

Sourceval lookup : t -> Ident.ident -> t tentrydecl option
Sourceval exists : t -> Ident.ident -> bool
Sourceval push : t -> t tentrydecl -> t