2014-11-30 17:03:08 -08:00
|
|
|
/-
|
|
|
|
Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
|
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
Authors: Leonardo de Moura
|
|
|
|
-/
|
|
|
|
prelude
|
2014-11-30 20:34:12 -08:00
|
|
|
import init.datatypes init.reserved_notation init.tactic init.logic
|
2015-10-11 20:29:31 -07:00
|
|
|
import init.relation init.wf init.nat init.wf_k init.prod
|
2015-03-31 21:45:11 -07:00
|
|
|
import init.bool init.num init.sigma init.measurable init.setoid init.quot
|
2015-11-28 18:12:25 -08:00
|
|
|
import init.funext init.function init.subtype init.classical init.simplifier
|