Skip to content

Commit

Permalink
Remove more commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
exists-forall committed Mar 9, 2016
1 parent 9210ec1 commit 9c21766
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ControlUtils.elm
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ whileJust f init =
case f init of
Just (result, new) -> result :: whileJust f new
Nothing -> []

--findIndex : (Int -> Maybe Bool) -> Int -> Maybe Int
--findIndex condition i =
-- case condition of
-- Just True -> Just i
-- Just False -> findIndex condition (i + 1)
-- Nothing -> Nothing

0 comments on commit 9c21766

Please sign in to comment.