primitive-maybe-0.1.0: src/Data/Primitive/Maybe/Internal.hs
module Data.Primitive.Maybe.Internal
( nothingSurrogate
) where
import GHC.Exts (Any)
nothingSurrogate :: Any
nothingSurrogate = error "nothingSurrogate: This value should not be forced!"
{-# NOINLINE nothingSurrogate #-}