grisette-0.4.0.0: src/Grisette/Lib/Control/Monad/Trans/State.hs
{-# LANGUAGE Trustworthy #-}
{-# OPTIONS_GHC -Wno-missing-import-lists #-}
-- |
-- Module : Grisette.Lib.Control.Monad.Trans.State
-- Copyright : (c) Sirui Lu 2023
-- License : BSD-3-Clause (see the LICENSE file)
--
-- Maintainer : siruilu@cs.washington.edu
-- Stability : Experimental
-- Portability : GHC only
module Grisette.Lib.Control.Monad.Trans.State
( module Grisette.Lib.Control.Monad.Trans.State.Lazy,
)
where
import Grisette.Lib.Control.Monad.Trans.State.Lazy