E.g. ```coq Definition stuff T : mixin (f T) := ... HB.instance f stuff. ``` instead of ```coq Section stuff. Variable T. Definition stuff : mixin (f T) := ... HB.instance (f T) stuff. End stuff. ```