feat(library/standard/logic/axioms): add import default
This commit is contained in:
parent
77931f2af8
commit
4b05e70762
2 changed files with 10 additions and 1 deletions
8
library/standard/logic/axioms/default.lean
Normal file
8
library/standard/logic/axioms/default.lean
Normal file
|
@ -0,0 +1,8 @@
|
|||
----------------------------------------------------------------------------------------------------
|
||||
--- 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 logic.axioms.piext
|
||||
import logic.axioms.prop_decidable
|
|
@ -1,4 +1,5 @@
|
|||
------------------------------------------------------------------------------------------------------ Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
||||
----------------------------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
||||
-- Released under Apache 2.0 license as described in the file LICENSE.
|
||||
-- Author: Leonardo de Moura
|
||||
----------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue