-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Finishing up #1564 (add As a.k.a liskov) #1728
Commits on Mar 18, 2017
-
Adds an As class which represents subtyping relationships
This is a direct port of the Liskov class from scalaz. I named it `As` to be similar to our new `Is` class representing type equality, but there are aliases named `<~<` and `Liskov`
Configuration menu - View commit details
-
Copy full SHA for 6a7d719 - Browse repository at this point
Copy the full SHA 6a7d719View commit details
Commits on Mar 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 974bdf5 - Browse repository at this point
Copy the full SHA 974bdf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03411c1 - Browse repository at this point
Copy the full SHA 03411c1View commit details -
Minor changes to evidence/packages.scala
remove explicit reference to package in Is type alias (for posco) add === type alias for `Is` (for sellout)
Configuration menu - View commit details
-
Copy full SHA for 399dce3 - Browse repository at this point
Copy the full SHA 399dce3View commit details
Commits on Mar 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 548d220 - Browse repository at this point
Copy the full SHA 548d220View commit details -
More enhancements for posco's feedback (thanks!)
- change unsafeFromPredef to just use refl - add tests for some expected relationships such as Int <~< Any, and List[String] <~< List[Any]
Configuration menu - View commit details
-
Copy full SHA for fbee74b - Browse repository at this point
Copy the full SHA fbee74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ffa0db - Browse repository at this point
Copy the full SHA 7ffa0dbView commit details
Commits on Apr 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9ccdf88 - Browse repository at this point
Copy the full SHA 9ccdf88View commit details
Commits on Apr 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e76268a - Browse repository at this point
Copy the full SHA e76268aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e59c6e - Browse repository at this point
Copy the full SHA 4e59c6eView commit details -
add contra tests and get rid fo the liftF like functions (they can be…
… derrived from what we have, and I can't find anyone using them in the wild)
Configuration menu - View commit details
-
Copy full SHA for 5be6037 - Browse repository at this point
Copy the full SHA 5be6037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9b8b0 - Browse repository at this point
Copy the full SHA 2c9b8b0View commit details
Commits on May 19, 2017
-
fix test failure on 2.10.6 + scalajs
Thank you very much @kailuowang for the solutiongit diff
Configuration menu - View commit details
-
Copy full SHA for 3954ec7 - Browse repository at this point
Copy the full SHA 3954ec7View commit details
Commits on Jun 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 578da72 - Browse repository at this point
Copy the full SHA 578da72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 384e887 - Browse repository at this point
Copy the full SHA 384e887View commit details
Commits on Jun 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 48f539f - Browse repository at this point
Copy the full SHA 48f539fView commit details