lean4-htt/library/init/default.lean
Leonardo de Moura 0b833f4ee3 chore(library/init): remove classical.lean
Now, all axioms are in the `core.lean` file.
2018-04-30 09:25:26 -07:00

14 lines
462 B
Text

/-
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
import init.core init.control init.data.basic init.version
import init.function init.util init.coe init.wf init.meta
import init.meta.well_founded_tactics init.data
@[user_attribute]
meta def debugger.attr : user_attribute :=
{ name := `breakpoint,
descr := "breakpoint for debugger" }