Skip to content
Snippets Groups Projects
Commit d0cf42e9 authored by chessai's avatar chessai
Browse files

add missing since annotation to SelectT MonadState instance

parent 199798e0
No related tags found
No related merge requests found
......@@ -202,6 +202,7 @@ instance
put = lift . put
state = lift . state
-- | @since 2.3
instance MonadState s m => MonadState s (SelectT r m) where
get = lift get
put = lift . put
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment