start new:
tmux
start new with session name:
tmux new -s myname
| // see https://gist.github.com/2382341 | |
| // scalaz for only solution3 | |
| import scalaz._ | |
| import Scalaz._ | |
| object SolutionForMultiNestedMatchforMyStudy { | |
| def f(num: Int): Option[Int] = { | |
| num match { |