f513538631
remove funext class, remove a couple of sorry's, add characterization of equality in trunctypes, use Jeremy's format for headers everywhere in the HoTT library, continue working on Yoneda embedding
15 lines
525 B
Text
15 lines
525 B
Text
/-
|
|
Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
Module: init.default
|
|
Authors: Leonardo de Moura, Jakob von Raumer
|
|
-/
|
|
|
|
prelude
|
|
import init.datatypes init.reserved_notation init.tactic init.logic
|
|
import init.bool init.num init.priority init.relation init.wf
|
|
import init.types.sigma init.types.prod init.types.empty
|
|
import init.trunc init.path init.equiv init.util
|
|
import init.axioms.ua init.axioms.funext_of_ua
|
|
import init.hedberg init.nat
|