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: May 02 2025 at 03:31 UTC