Skip to content

Commit

Permalink
Export append and traverse from felis.list
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeeeT committed Jun 18, 2024
1 parent f0b02c8 commit 4874119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/felis/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from felis.order import Order
from felis.predicate import Predicate

__all__ = ["neutral", "add", "identity", "fold", "map", "join", "bind", "compose", "then", "filter", "sort"]
__all__ = ["neutral", "append", "add", "identity", "fold", "traverse", "map", "join", "bind", "compose", "then", "filter", "sort"]


neutral: list[Any] = []
Expand Down

0 comments on commit 4874119

Please sign in to comment.