On Sep 9, 2019, at 7:49 AM, Spiwack, Arnaud <arnaud.spiwack@tweag.io> wrote:- Associated type declaration are already kind of type signature assignments.- Except only partial, as some of the variables will be to the left of the type families- But these extra variables are already mentioned in the type class, where their type can be specified. In particular by a kind signature!So do I need to write `(Type -> Type) -> Type` near a type variable? No, I don't.