Fixes issue reported at https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Environment.20extensions.20in.20importModules
4 lines
89 B
Text
4 lines
89 B
Text
import UserAttr.BlaAttr
|
|
|
|
@[bla] def f (x : Nat) := x + 2
|
|
@[bla] def g (x : Nat) := x + 1
|