package libsail

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

Module Project.ModIdSource

Module identifiers are just integers, but we don't want to expose that representation to the world.

Sourcetype t = private int
Sourceval to_int : t -> int