jto/validation

add Write/Rule.apply[I, O](implicit a: Write/Rule[I, O]) = a

mandubian opened this issue · 1 comments

add Write/Rule.apply[I, O](implicit a: Write/Rule[I, O]) = a
jto commented

Unfortunately there's already an apply method defined on Rule and Write. Adding this would create an annoying ambiguity leading to worse type inference. I've introduced of in v2.0 instead. see 0166279