Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Forgot to handle a non-matching case in TreeExtractors.
Browse files Browse the repository at this point in the history
  • Loading branch information
misto committed May 12, 2011
1 parent d630c50 commit d6982b1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -134,6 +134,7 @@ trait TreeExtractors {
bind match {
case Bind(name, _) => Some(Pair(name, body))
case Ident(name) => Some(Pair(name, body))
case _ => None
}
case _ => None
}
Expand Down

0 comments on commit d6982b1

Please sign in to comment.