예제 #1
0
 Atom(A value, Func <A, bool> validator)
 {
     this.value     = Box.New(value);
     this.validator = validator;
 }