package miou

  1. Overview
  2. Docs

Module Miou_gen.MakeSource

Parameters

Signature

Sourcetype t = private int
Sourceval null : t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval gen : unit -> t
Sourceval reset : unit -> unit
Sourceval of_int : int -> t
Sourceval to_int : t -> int