2014-08-07 18:36:44 +00:00
|
|
|
-- Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
2014-07-19 19:09:47 +00:00
|
|
|
-- Released under Apache 2.0 license as described in the file LICENSE.
|
2014-08-25 16:11:46 +00:00
|
|
|
-- Authors: Leonardo de Moura, Jeremy Avigad
|
2014-08-01 01:40:09 +00:00
|
|
|
|
2014-08-25 16:11:46 +00:00
|
|
|
-- standard
|
|
|
|
-- ========
|
2014-08-25 01:11:56 +00:00
|
|
|
|
2014-08-25 16:11:46 +00:00
|
|
|
-- The constructive core of Lean's library.
|
|
|
|
|
2014-10-02 18:10:37 +00:00
|
|
|
import type logic data tools.tactic
|