package archetype

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

Module Env.EventSource

Sourceval lookup : t -> longident -> record option
Sourceval exists : t -> longident -> bool
Sourceval get : t -> fullname -> record
Sourceval mem : t -> fullname -> bool
Sourceval byfield : t -> longident -> (recorddecl * rfielddecl) option
Sourceval push : t -> record -> t