Library HoTT.Homotopy.EvaluationFibration
From HoTT Require Import Basics Types Truncations.Core Pointed.Core Homotopy.Cover.
Local Open Scope pointed_scope.
Local Open Scope trunc_scope.
Local Open Scope pointed_scope.
Local Open Scope trunc_scope.
(* The type of unpointed self maps of A, pointed at the identity map. *)
Definition selfmaps (A : Type) : pType := [A → A, idmap].
The unrestricted evaluation map.