d306c42a1f
Remark: the main motivation for piext was Lean 0.1 simplifier. We are using a different approach in Lean 0.2. The axiom is not needed anymore. It is also not used in any part of the standard library
8 lines
474 B
Text
8 lines
474 B
Text
----------------------------------------------------------------------------------------------------
|
|
--- Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
|
--- Released under Apache 2.0 license as described in the file LICENSE.
|
|
--- Author: Jeremy Avigad
|
|
----------------------------------------------------------------------------------------------------
|
|
|
|
import logic.axioms.classical logic.axioms.funext logic.axioms.hilbert
|
|
import logic.axioms.prop_decidable
|