Skip to content

Commit

Permalink
fixup! Add FromList
Browse files Browse the repository at this point in the history
  • Loading branch information
Martoon-00 committed Apr 28, 2021
1 parent d787df8 commit 1f22ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Universum/Container/Class.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{-# LANGUAGE UndecidableInstances #-}

{-# OPTIONS_GHC -fno-warn-unticked-promoted-constructors #-}
{-# OPTIONS_GHC -Wno-unused-type-patterns #-}

-- | Reimagined approach for 'Foldable' type hierarchy. Forbids usages
-- of 'length' function and similar over 'Maybe' and other potentially unsafe
Expand Down

0 comments on commit 1f22ba4

Please sign in to comment.