Skip to content

Commit

Permalink
Re-export Constraint from GHC.Exts
Browse files Browse the repository at this point in the history
  • Loading branch information
dreixel authored and igfoo committed Jan 26, 2012
1 parent 12b339b commit dcbb0fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GHC/Exts.hs
100644 → 100755
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ module GHC.Exts
SpecConstrAnnotation(..), SpecConstrAnnotation(..),


-- * The call stack -- * The call stack
currentCallStack currentCallStack,


-- * The Constraint kind
Constraint
) where ) where


import Prelude import Prelude
Expand Down

0 comments on commit dcbb0fc

Please sign in to comment.