Module Lambda_streams.Signal
val pure : 'a -> 'a tval empty : unit -> 'a tval default : 'a -> 'a t -> 'aGet the signal data or the provided default value
val satisfies : ('a -> bool) -> 'a t -> boolCheck whether the signal satisfies the predicate. Returns
falseif it'sEndOfSignal