LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
codefromscala [2007/08/16 12:13]
philippe.suter
codefromscala [2007/08/16 14:13]
philippe.suter
Line 249: Line 249:
 } }
 </​code>​ </​code>​
 +
 +==== From scalacheck ====
 +
 +[[http://​code.google.com/​p/​scalacheck/​|ScalaCheck]] is interesting for (almost) toy-sized examples. It uses almost exclusively sealed classes for pattern matching, and all its (6) source files compile without any warning. So it could be interesting as an example to show that our verifications are at least as good as scalac'​s.
 +
 +