===================
Single French Quote
===================

theorem ex3 (p q : Prop) : p → q → p ∧ q :=
  fun _ _ => ⟨‹p›, ‹q›⟩

---

(module
  (declaration
    (theorem (identifier)
      (binders (explicit_binder (identifier) (identifier) (identifier)))
      (binary_expression (arrow (identifier) (arrow (identifier) (identifier))) (identifier))
      (fun
        (parameters (hole) (hole))
        (anonymous_constructor
          (assumption_literal (identifier))
          (assumption_literal (identifier)))))))
