ยค concSP, concmapSP, et al

Types

concSP :: SP [b] b
concmapSP :: (t -> [b]) -> SP t b
mapstateSP :: (t -> a -> (t, [b])) -> t -> SP a b

Description

The functions concSP, concmapSP and mapstateSP have been renamed to concatSP, concatMapSP and concatMapAccumlSP, respectively. The old names are still available for backwards compatibility.

See Also

concatSP et al.