Library HoTT.Categories.Category.Subcategory.Full

Full Subcategories

We reuse the generalizion given by ∑-precategories; a full subcategory has a sigma type as its objects.
Require Import Category.Sigma.OnObjects.

Notation full := sig_obj.

Notation "{ x : A | P }" := (full A (fun xP)) : category_scope.