Built with Alectryon, running Coq+SerAPI v8.18.0+0.18.3. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
(** * Full Subcategories *)
(** We reuse the generalizion given by ∑-precategories; a full subcategory has a sigma type as its objects. *)
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Notation full := sig_obj. Notation "{ x : A | P }" := (full A (fun x => P)) : category_scope.