Helper class that allows the types F, T, and P to be inferred
from calls like api.RefType.applyRefM[F[T, P]](t).
Helper class that allows the types F, T, and P to be inferred
from calls like api.RefType.applyRef[F[T, P]](t).
Helper class that allows the types F, T, and P to be inferred
from calls like api.RefType.applyRef[F[T, P]](t).
See http://tpolecat.github.io/2015/07/30/infer.html for a detailed explanation of this trick.
Helper class that allows the type T to be inferred from calls like
api.RefType.refineM[P](t).
Helper class that allows the type T to be inferred from calls like
api.RefType.refineM[P](t).
See http://tpolecat.github.io/2015/07/30/infer.html for a detailed explanation of this trick.
Helper class that allows the type T to be inferred from calls like
api.RefType.refine[P](t).
Helper class that allows the type T to be inferred from calls like
api.RefType.refine[P](t).
See http://tpolecat.github.io/2015/07/30/infer.html for a detailed explanation of this trick.
This object was generated by sbt-buildinfo.
Helper class that allows the types
F,T, andPto be inferred from calls likeapi.RefType.applyRefM[F[T, P]](t).See http://tpolecat.github.io/2015/07/30/infer.html for a detailed explanation of this trick.