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
|
||||
-- Ported from Coq HoTT
|
||||
|
||||
-- TODO: move this to an "axioms" folder
|
||||
-- TODO: take a look at the Coq tricks
|
||||
import .path .equiv
|
||||
import hott.path hott.equiv
|
||||
open path
|
||||
|
||||
-- Funext
|
|
@ -2,7 +2,7 @@
|
|||
-- Released under Apache 2.0 license as described in the file LICENSE.
|
||||
-- Author: Jakob von Raumer
|
||||
-- Ported from Coq HoTT
|
||||
import .equiv .funext
|
||||
import hott.equiv hott.axioms.funext
|
||||
open path function
|
||||
|
||||
namespace IsEquiv
|
||||
|
|
Loading…
Reference in a new issue