13 lines
524 B
Text
13 lines
524 B
Text
/-
|
|
Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
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_from_ua
|
|
import init.hedberg init.nat
|