2014-12-01 01:03:08 +00: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-12-01 04:34:12 +00:00
|
|
|
import init.datatypes init.reserved_notation init.tactic init.logic
|
2015-10-12 03:29:31 +00:00
|
|
|
import init.relation init.wf init.nat init.wf_k init.prod
|
2015-04-01 04:45:11 +00:00
|
|
|
import init.bool init.num init.sigma init.measurable init.setoid init.quot
|
2015-08-13 01:37:33 +00:00
|
|
|
import init.funext init.function init.subtype init.classical
|