If I try ``` HB.lock Definition Bla (T : finType) : Type := {set T}. ``` HB complaints with ``` Error: The term "erefl body" has type "body = body" while it is expected to have type "body = [eta set_of]". ``` I think my code should be perfectly legitimate.