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