Пример #1
0
 public static Validated <string, A> valid <A>(this A a)
 {
     return(Validated <string, A> .valid(a));
 }