Gabriella439 / pipes

Compositional pipelines
BSD 3-Clause "New" or "Revised" License
489 stars 72 forks source link

Small bug in pipes 3.3.0 turorial #62

Closed commandodev closed 11 years ago

commandodev commented 11 years ago

I think

rangeS n1 n2 = RespondT (enumFromS n1 n2 ())

Should be

rangeS n1 n2 = RespondT (enumFromToS n1 n2 ())

Will send a proper pull request later.

Gabriella439 commented 11 years ago

Don't worry about fixing this. The next release will be 4.0.0 which has a new tutorial.

commandodev commented 11 years ago

Man that was fast!