Skip to content
Snippets Groups Projects
Commit 0cc0b3de authored by Philippe Suter's avatar Philippe Suter
Browse files

stub

parent e593cac2
No related branches found
No related tags found
No related merge requests found
package funcheck
object CLP {
final class NotImplementedException extends Exception
def choose[A](pred : A => Boolean) : A = {
throw new NotImplementedException()
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment