Skip to content

Commit

Permalink
clarify Smallness require
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter committed Sep 23, 2024
1 parent 3ff42f4 commit 2ec2f24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion theories/PropResizing/ImpredicativeTruncation.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(** * Impredicative truncations. *)

Require Import HoTT.Basics.
Require Import Smallness.
Require Import Universes.Smallness.
Local Open Scope path_scope.

(* Be careful about [Import]ing this file! It defines truncations
Expand Down
2 changes: 1 addition & 1 deletion theories/PropResizing/Nat.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Require Import Basics.
Require Import Types.
Require Import HProp.
Require Import Smallness.
Require Import Universes.Smallness.
Local Open Scope path_scope.

(* Be careful about [Import]ing this file! Usually you want to use the standard [Nat] instead. *)
Expand Down
2 changes: 1 addition & 1 deletion theories/Sets/GCH.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From HoTT Require Import TruncType abstract_algebra.
From HoTT Require Import Smallness.
From HoTT Require Import Universes.Smallness.
From HoTT Require Import Spaces.Nat.Core Spaces.Card.

Local Open Scope type.
Expand Down
2 changes: 1 addition & 1 deletion theories/Sets/GCHtoAC.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From HoTT Require Import TruncType ExcludedMiddle abstract_algebra.
From HoTT Require Import Smallness.
From HoTT Require Import Universes.Smallness.
From HoTT Require Import Spaces.Nat.Core Spaces.Card.
From HoTT Require Import Equiv.BiInv.
From HoTT Require Import HIT.unique_choice.
Expand Down
2 changes: 1 addition & 1 deletion theories/Sets/Hartogs.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From HoTT Require Import TruncType ExcludedMiddle Modalities.ReflectiveSubuniverse abstract_algebra HSet.
From HoTT Require Import Smallness.
From HoTT Require Import Universes.Smallness.
From HoTT Require Import Spaces.Card.

From HoTT.Sets Require Import Ordinals Powers.
Expand Down
2 changes: 1 addition & 1 deletion theories/Sets/Ordinals.v
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From HoTT Require Import TruncType ExcludedMiddle Modalities.ReflectiveSubuniverse abstract_algebra.
From HoTT Require Import Smallness.
From HoTT Require Import Universes.Smallness.
From HoTT Require Import Colimits.Quotient.
From HoTT Require Import HSet.

Expand Down

0 comments on commit 2ec2f24

Please sign in to comment.