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

Add Show for Option and OptionT #600

Merged
merged 1 commit into from
Nov 8, 2015
Merged

Commits on Nov 6, 2015

  1. Add Show for Option and OptionT

    The OptionT Show instance just uses the Show instance for the wrapped
    `F[Option[A]]` as opposed to wrapping it in `OptionT(...)`. This is to
    match the current behavior of `XorT`, but I'm wondering if that's
    something we would want to change on both. It seems to me like the Show
    output should reflect the fact that the value is wrapped in a monad
    transformer, but I don't have particularly strong feelings about this.
    Cody Allen committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    f0497b5 View commit details
    Browse the repository at this point in the history