grisette-0.11.0.0: src/Grisette/Internal/Core/Data/Class/SubstSym.hs
{-# OPTIONS_GHC -Wno-missing-import-lists #-}
-- |
-- Module : Grisette.Internal.Core.Data.Class.SubstSym
-- 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.Data.Class.SubstSym
( -- * Substituting symbolic constants
SubstSym (..),
SubstSym1 (..),
substSym1,
SubstSym2 (..),
substSym2,
-- * Generic 'SubstSym'
SubstSymArgs (..),
GSubstSym (..),
genericSubstSym,
genericLiftSubstSym,
)
where
import Grisette.Internal.Internal.Decl.Core.Data.Class.SubstSym
import Grisette.Internal.Internal.Impl.Core.Data.Class.SubstSym ()