61901cff81
also add more definitions in types.pi, types.path, algebra.precategory the (pre)category library still needs cleanup authors of this commit: @avigad, @javra, @fpvandoorn
14 lines
543 B
Text
14 lines
543 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 init.axioms.funext_of_ua
|
|
import init.hedberg init.nat
|