package archetype

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

Module Env.StateSource

Sourceval lookup : t -> longident -> state option
Sourceval exists : t -> longident -> bool
Sourceval get : t -> fullname -> state
Sourceval mem : t -> fullname -> bool
Sourceval byctor : t -> longident -> statedecl option
Sourceval push : t -> state -> t