It allow us to process `open .. in ..` while parsing. This is useful for activating a scoped parser while parsing. TODO: `openOnly` and `openHiding`, these two cases are rarely used with `open .. in ..` closes #529
6 lines
126 B
Text
6 lines
126 B
Text
def f1 : Nat → Nat :=
|
|
fun x => Foo.f x x
|
|
def f2 : Nat → Nat :=
|
|
fun x => Foo.f x x
|
|
def f1 : Nat → Nat :=
|
|
fun x => x ++ x
|