Copyright | (c) Sirui Lu 2021-2024 |
---|---|
License | BSD-3-Clause (see the LICENSE file) |
Maintainer | siruilu@cs.washington.edu |
Stability | Experimental |
Portability | GHC only |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
Grisette.Internal.Core.Control.Monad.Class.Union
Contents
Description
Synopsis
- type MonadUnion (u :: Type -> Type) = (SymBranching u, Monad u)
MonadUnion
type MonadUnion (u :: Type -> Type) = (SymBranching u, Monad u) Source #
Class for monads that support union-like operations and
Mergeable
knowledge propagation.