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

small commit to exec CI runner

parent 111bd90a
......@@ -9,7 +9,6 @@ Portability : POSIX
-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_GHC -fno-warn-type-defaults #-}
......@@ -362,5 +361,3 @@ hasDuplicatesWith seen (x:xs) =
-- list against that.
x `Set.member` seen || hasDuplicatesWith (Set.insert x seen) 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