You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- This assumes that WHNF is equivalent to NF for functions.
532
532
--
533
533
-- @since 1.3.0.0
534
+
-- @deprecated 1.5.2.0
535
+
#if __GLASGOW_HASKELL__ >= 910
536
+
instance {-# DEPRECATED "NFData is not well-defined on function types. https://github.com/haskell/deepseq/issues/16" #-} NFData (a->b) where rnf = rwhnf
0 commit comments