grisette-0.13.0.1: src/Grisette/Internal/Core/Control/Monad/Union.hs
{-# OPTIONS_GHC -Wno-missing-import-lists #-}
-- |
-- Module : Grisette.Internal.Core.Control.Monad.Union
-- Copyright : (c) Sirui Lu 2021-2024
-- License : BSD-3-Clause (see the LICENSE file)
--
-- Maintainer : siruilu@cs.washington.edu
-- Stability : Experimental
-- Portability : GHC only
module Grisette.Internal.Core.Control.Monad.Union
( -- * Union and helpers
Union (..),
UnionKey,
unionUnaryOp,
unionBinOp,
isMerged,
unionSize,
)
where
import Grisette.Internal.Internal.Decl.Core.Control.Monad.Union
import Grisette.Internal.Internal.Impl.Core.Control.Monad.Union