Zulip Chat Archive
Stream: general
Topic: notation segfault
Eric Wieser (May 16 2022 at 09:34):
Found while looking at #14164:
def lex (A : Type*) := A
notation `Πₗ` binders `, ` r := lex r
variables {ι : Type} [inhabited ι] {α : ι → Type*}
#check Πₗ i, α
Last updated: Dec 20 2023 at 11:08 UTC