lean4-htt/Lake/Attributes.lean
2021-10-18 18:01:31 -04:00

15 lines
392 B
Text

/-
Copyright (c) 2021 Mac Malone. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Mac Malone
-/
import Lean.Attributes
open Lean
namespace Lake
initialize packageAttr : TagAttribute ←
registerTagAttribute `package "Lake package attribute"
initialize scriptAttr : TagAttribute ←
registerTagAttribute `script "Lake script attribute"