1
2 import Resit._
3
4 assert(pool("chess", "caves").toSet == Set('h', 'e', 's'))
5 assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e'))
6
7