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
|
|
|
|
import init.relation init.wf init.nat init.wf_k init.prod init.priority
|
2015-03-31 21:45:11 -07:00
|
|
|
import init.bool init.num init.sigma init.measurable init.setoid init.quot
|
2015-04-01 12:36:33 -07:00
|
|
|
import init.funext
|