Skip to content
Snippets Groups Projects
Commit ab8184e8 authored by Alexander Gehrke's avatar Alexander Gehrke
Browse files

[lec04] Do not throw compile errors in repo state

parent 19c94620
No related branches found
No related tags found
No related merge requests found
package laziness
sealed trait Stream[+A] {
import Stream._
// uncomment to be able to use cons(h, t) and empty directly
// imports methods from the companion object
//import Stream._
def toList: List[A] = ???
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment