packages feed

papa-0.4.0: src/Papa/Base/Control/Monad/State.hs

{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}

module Papa.Base.Control.Monad.State (
  module P,
) where

import Control.Monad.State.Class as P (
  MonadState (get, put, state),
 )