Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Jul 30, 2024
1 parent 803ab1b commit 6708ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The package `inflater` provides several special `Inflater` types.

* `None` - An Inflater that consumes all input and produces no output, like a black hole.
* `Keep` - An Inflater that outputs the input as is.
* `Slice` - An Inflater that ignores input and outputs all elements of the slice.
* `Map` - An Inflater that converts input with a function and outputs it.
* `Filter` - An Inflater that judges and filters input with a function.

Expand Down

0 comments on commit 6708ac0

Please sign in to comment.