package octez-proto-libs

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

Module Make.SeqSource

Sourcetype 'a t = unit -> 'a node
Sourceand +'a node =
  1. | Nil
  2. | Cons of 'a * 'a t
OCaml

Innovation. Community. Security.