Skip to content

Commit

Permalink
Add missing type signature for isTrue#.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Oct 11, 2013
1 parent d5acd67 commit a46131c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/HashTable/Internal/CacheLine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import GHC.Exts
#if __GLASGOW_HASKELL__ >= 707
import GHC.Exts (isTrue#)
#else
isTrue# :: Bool -> Bool
isTrue# = id
#endif

Expand Down

0 comments on commit a46131c

Please sign in to comment.