package spotlib

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

Module Xlist.StdlibSource

Sourceval (--) : int -> int -> int list

same as from_to. [f--t = [f..t]]

Sourceval (+::=) : 'a list ref -> 'a -> unit

Same as accum

OCaml

Innovation. Community. Security.