package acgtk

  1. Overview
  2. Docs

This modules implements a functor that build an environment containing signatures and lexicons when provided with to actual implementations of a signature and a lexicon

module type Environment_sig = sig ... end

This module signature describes the interface for modules implementing environments

The functor that builds the environment