package alba

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

Module Typecheck.ProblemSource

Sourcetype t =
  1. | Out_of_bound of int * Gamma.t
  2. | Argument_type
  3. | Typed
  4. | Lambda
  5. | No_type
  6. | Name of string