Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Added "-Xsource:2.13" compiler option #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sergei-shabanau
Copy link

This flag is used by scalaz to support features provided by pascal.

For example it is required to compile the following code

  def test[A, F[_], G[_]](fa: F[A])(fg: F ~> G): G[A] =
    fg.apply(fa)

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

Successfully merging this pull request may close these issues.

None yet

2 participants