example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p := begin --^ "command": "info" end example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p := begin apply and.intro, --^ "command": "info" end example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p := begin apply and.intro, --^ "command": "info" end example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p := begin apply and.intro, --^ "command": "info" end example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p := begin apply and.intro, --^ "command": "info" {exact a}, end