lean4-htt/tests/lean/529.lean.expected.out
Leonardo de Moura d93c4317d1 feat: add withOpenDecl and withOpen parsers
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
2021-08-22 20:50:35 -07:00

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