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

Hang with match/case? #10

Open
caminati opened this issue Mar 21, 2014 · 1 comment
Open

Hang with match/case? #10

caminati opened this issue Mar 21, 2014 · 1 comment

Comments

@caminati
Copy link

tryscala.com hangs on a perpetual "Status: sending selection..." message upon Ctrl-F9 what follows:

def equal_proda[A : equal, B : equal](x0: %28A, B%29, x1: %28A, B%29): Boolean =
(x0, x1) match {
case ((aa, ba), (a, b)) => eq[A](aa, a) && eq[B](ba, b)
}

@razie
Copy link
Owner

razie commented Mar 22, 2014

Thank you - i will look into it!

Thanks,
Razvan

On Mar 21, 2014, at 7:53 PM, caminati notifications@github.com wrote:

tryscala.com hangs on a perpetual "Status: sending selection..." message upon Ctrl-F9 what follows:

def equal_prodaA : equal, B : equal: Boolean =
(x0, x1) match {
case ((aa, ba), (a, b)) => eqA && eqB
}


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

2 participants