Skip to content

Commit

Permalink
Added Trustworthy pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Jun 7, 2014
1 parent 0ca49f7 commit ac0d4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Foldl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
-}

{-# LANGUAGE ExistentialQuantification, RankNTypes #-}
{-# LANGUAGE ExistentialQuantification, RankNTypes, Trustworthy #-}

module Control.Foldl (
-- * Fold Types
Expand Down

0 comments on commit ac0d4af

Please sign in to comment.