Skip to content

Instantly share code, notes, and snippets.

@ariwaranosai
Last active March 24, 2016 13:57
Show Gist options
  • Save ariwaranosai/47d858f74ffdf3233a98 to your computer and use it in GitHub Desktop.
Save ariwaranosai/47d858f74ffdf3233a98 to your computer and use it in GitHub Desktop.
add <%< to scala great than 2.10
sealed abstract class <%<[-From, +To] extends (From => To) with Serializable
object <%< {
implicit def conformsOrViewsAs[A <% B, B]: A <%< B = new (A <%< B) {def apply(x: A) = x}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment