Skip to content

Commit

Permalink
Merge pull request #25 from duairc/patch-1
Browse files Browse the repository at this point in the history
Added NFData instance for Ordering
  • Loading branch information
glguy committed Oct 25, 2016
2 parents 9243b9b + acfc3e0 commit b0f2bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Control/DeepSeq.hs
Expand Up @@ -286,6 +286,7 @@ instance NFData Double where rnf !_ = ()

instance NFData Char where rnf !_ = ()
instance NFData Bool where rnf !_ = ()
instance NFData Ordering where rnf !_ = ()
instance NFData () where rnf !_ = ()

instance NFData Int8 where rnf !_ = ()
Expand Down

0 comments on commit b0f2bcf

Please sign in to comment.