Commit d03203c3 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch 'dev-seq-reverse-fix' of...

Merge branch 'dev-seq-reverse-fix' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into dev-merge
parents cb24b8ea 652e5682
......@@ -19,7 +19,7 @@ mapMaybe f = go empty
where
go acc s =
case uncons s of
Nothing -> reverse acc
Nothing -> acc
Just (Tuple x xs) ->
case f x of
Nothing -> go acc xs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment