Skip to content

The "stick it in your pipe" release

Choose a tag to compare

@davep davep released this 01 Feb 15:53
· 28 commits to main since this release
07bf89f
  • Pipe can now start with zero arguments. (#5)
  • Added Pipe.Nullary as the type to mark a pipe that takes no arguments. (#5)
  • An empty Pipe when called will now raise a TypeError. (#5)