package devkit

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

Module Prelude.FreshSource

abstract type generator

Parameters

module T : sig ... end

Signature

Sourcetype t
Sourceval inject : T.t -> t
Sourceval project : t -> T.t
Sourceval inject_list : T.t list -> t list
Sourceval project_list : t list -> T.t list
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.