package libsail

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

Module SimpSet.SimpVarSource

Sourcetype t =
  1. | Var of Jib.name
  2. | Field of Ast.id * Ast.id * t
Sourceval compare : t -> t -> int