14 lines
462 B
Text
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" }
|