Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tests #7

Closed
15 tasks done
edmundnoble opened this issue Jul 4, 2017 · 1 comment
Closed
15 tasks done

Missing tests #7

edmundnoble opened this issue Jul 4, 2017 · 1 comment
Labels

Comments

@edmundnoble
Copy link
Contributor

edmundnoble commented Jul 4, 2017

The following test classes need to be written:

  • ApplicativeLocal[R => ?, R]
  • ApplicativeLocal[Reader[R, ?], R]
  • ApplicativeLocal[ReaderT[M, R, ?], R]
  • ApplicativeLocal for all transformers over ReaderT
  • MonadState[State[S, ?], S]
  • MonadState[StateT[M, S, ?], S]
  • MonadState for all transformers over StateT
  • FunctorListen for all transformers over WriterT
  • ApplicativeHandle[E Either ?, E] (deleted)
  • ApplicativeHandle[EitherT[M, E, ?], E] (deleted)
  • ApplicativeHandle for all transformers over EitherT (and nested combos of OptionT and EitherT layers) (deleted)
  • FunctorLayerFunctor for EitherT, WriterT, OptionT, ReaderT
  • ApplicativeLayerFunctor for EitherT, WriterT, OptionT, ReaderT
  • MonadLayerControl for EitherT, WriterT, OptionT, ReaderT, StateT
  • TFunctor for EitherT, WriterT, OptionT, StateT, ReaderT (deleted)
@edmundnoble
Copy link
Contributor Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant