chore(library/hott) move function extensionality into new axioms folder, adjust file(s) using it
This commit is contained in:
parent
9ad75108a3
commit
28d1c6c5e4
2 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@
|
||||||
-- Author: Jeremy Avigad, Jakob von Raumer
|
-- Author: Jeremy Avigad, Jakob von Raumer
|
||||||
-- Ported from Coq HoTT
|
-- Ported from Coq HoTT
|
||||||
|
|
||||||
-- TODO: move this to an "axioms" folder
|
|
||||||
-- TODO: take a look at the Coq tricks
|
-- TODO: take a look at the Coq tricks
|
||||||
import .path .equiv
|
import hott.path hott.equiv
|
||||||
open path
|
open path
|
||||||
|
|
||||||
-- Funext
|
-- Funext
|
|
@ -2,7 +2,7 @@
|
||||||
-- Released under Apache 2.0 license as described in the file LICENSE.
|
-- Released under Apache 2.0 license as described in the file LICENSE.
|
||||||
-- Author: Jakob von Raumer
|
-- Author: Jakob von Raumer
|
||||||
-- Ported from Coq HoTT
|
-- Ported from Coq HoTT
|
||||||
import .equiv .funext
|
import hott.equiv hott.axioms.funext
|
||||||
open path function
|
open path function
|
||||||
|
|
||||||
namespace IsEquiv
|
namespace IsEquiv
|
||||||
|
|
Loading…
Reference in a new issue