package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type position =
  1. | First
  2. | Last
  3. | Before of string
  4. | After of string
type g_assoc =
  1. | NonA
  2. | RightA
  3. | LeftA