Skip to content

Commit

Permalink
Expose pipeLeft
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Mar 22, 2024
1 parent a146ba9 commit c35d3d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion review/suppressed/NoUnused.Variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
{ "count": 8, "filePath": "src/Internal/Compiler.elm" },
{ "count": 4, "filePath": "src/Internal/Debug.elm" },
{ "count": 4, "filePath": "src/Internal/Write.elm" },
{ "count": 2, "filePath": "src/Elm/Op.elm" },
{ "count": 2, "filePath": "src/Internal/Comments.elm" },
{ "count": 2, "filePath": "tests/Pattern.elm" },
{ "count": 1, "filePath": "src/Elm.elm" },
{ "count": 1, "filePath": "src/Elm/Op.elm" },
{ "count": 1, "filePath": "src/Internal/Index.elm" },
{ "count": 1, "filePath": "tests/Elm/Expect.elm" },
{ "count": 1, "filePath": "tests/PackageHelpers.elm" }
Expand Down
4 changes: 2 additions & 2 deletions src/Elm/Op.elm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Elm.Op exposing
, append, cons
, plus, minus, multiply, divide, intDivide, power
, lt, gt, lte, gte
, pipe
, pipe, pipeLeft
, parens
, keep, skip
, slash, query
Expand Down Expand Up @@ -39,7 +39,7 @@ Would generate
@docs lt, gt, lte, gte
@docs pipe
@docs pipe, pipeLeft
@docs parens
Expand Down

0 comments on commit c35d3d0

Please sign in to comment.