identity package:streamly-core

Identity unfold. The unfold generates a singleton stream having the input as the only element.
identity = function Prelude.id
Pre-release