Zulip Chat Archive
Stream: new members
Topic: attribute [intro]
Kenny Lau (Oct 19 2018 at 00:01):
What does this attribute do? I saw it here:
inductive Exists {α : Sort u} (p : α → Prop) : Prop | intro (w : α) (h : p w) : Exists attribute [intro] Exists.intro
and when I hover it says "introduction rule for backward chaining"
Last updated: Dec 20 2023 at 11:08 UTC