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

Type classes: expose super class functions in sub classes. (WIP) #1

Open
wants to merge 3 commits into
base: noclass
Choose a base branch
from

Commits on Jan 19, 2018

  1. example: Add Apply

    NeQuissimus committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    84cb867 View commit details
    Browse the repository at this point in the history
  2. Merge pull request scalaz#1550 from NeQuissimus/ex_apply

    [8.0.x] example: Add Apply
    NeQuissimus authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    c240494 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Type classes: expose super class functions in sub classes. (WIP)

     Also ensure inheritance-based implementations via seal of type class.
     This avoid going through no-op invoke virtuals in most cases.
    
     WIP: Monoid/Semigroup/Functor->Monad only.
    jbgi committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    577fd61 View commit details
    Browse the repository at this point in the history