1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-11-04 07:33:51 +01:00

Use the namespace FSets

This commit is contained in:
2018-02-10 20:06:37 +01:00
parent 7c14d36f7d
commit c366c8f59b
4 changed files with 10 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
(* Bishop-finiteness is that "default" notion of finiteness in the HoTT library *)
Require Import HoTT HitTactics.
Require Import FSets interfaces.lattice_interface.
From subobjects Require Import sub k_finite.
From FSets.subobjects Require Import sub k_finite.
Section finite_hott.
Variable (A : Type).