Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup in FinNat #2138

Merged
merged 14 commits into from
Nov 17, 2024
2 changes: 2 additions & 0 deletions theories/Spaces/Finite/FinNat.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Require Import

Local Open Scope nat_scope.

Set Universe Minimization ToSet.

Definition FinNat (n : nat) : Type0 := {x : nat | x < n}.

Definition zero_finnat (n : nat) : FinNat n.+1
Expand Down
Loading