Skip to content

Commit

Permalink
Remove unused thing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed May 27, 2024
1 parent 0086a90 commit 2db3dad
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Elm/Op.elm
Original file line number Diff line number Diff line change
Expand Up @@ -612,13 +612,3 @@ applyNumber symbol dir l r =
]
, imports = left.imports ++ right.imports
}


popLast : List a -> Maybe ( List a, a )
popLast lst =
case List.reverse lst of
[] ->
Nothing

last :: initReverse ->
Just ( List.reverse initReverse, last )

0 comments on commit 2db3dad

Please sign in to comment.