Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.10 KB | None | 0 0
  1.    
  2.  
  3.     abstract class Sequence[+A]{
  4.             def append[A](x: Sequence[B]): Sequence[A]
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement