Skip to content
Snippets Groups Projects
Commit c0794e1e authored by Iavor S. Diatchki's avatar Iavor S. Diatchki
Browse files

Update for new representation of TypeRep

parent 9e580245
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ instance NFData Unique where
--
-- /Since: 1.4.0.0/
instance NFData TypeRep where
rnf (TypeRep _ tycon tyrep) = rnf tycon `seq` rnf tyrep
rnf (TypeRep _ tycon kis tyrep) = rnf tycon `seq` rnf kis `seq` rnf tyrep
-- | __NOTE__: Only defined for @base-4.8.0.0@ and later
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment