package transept

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

Describes an element

The Element module provides a simple type t. This type is used to denote elements in parsed streams.

Structure anatomy

module CORE : sig ... end

API

module type API = module type of CORE

The complete interface of an Element.