lazy-async-1.0.0.0: src/LazyAsync/Types/NoAlternative.hs
{-# language Safe #-}
module LazyAsync.Types.NoAlternative where
import LazyAsync.Prelude (Exception, Show)
data NoAlternative = NoAlternative deriving Show
instance Exception NoAlternative