Module Make.SeqSource

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