chore(library/hott) move function extensionality into new axioms folder, adjust file(s) using it

This commit is contained in:
Jakob von Raumer 2014-11-06 13:34:57 -05:00
parent 9ad75108a3
commit 28d1c6c5e4
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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