package elpi

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

Module ScopedTypeExpression.SimpleTypeSource

Sourcetype t_ =
  1. | Any
  2. | Con of F.t
  3. | App of F.t * t * t list
  4. | Arr of t * t
Sourceand t = {
  1. it : t_;
  2. loc : Elpi_util.Util.Loc.t;
}