Skip to content

Instantly share code, notes, and snippets.

@pnlph
Last active May 10, 2020 16:11
Show Gist options
  • Save pnlph/40cd474004cb40aa25d489ad37c79fb2 to your computer and use it in GitHub Desktop.
Save pnlph/40cd474004cb40aa25d489ad37c79fb2 to your computer and use it in GitHub Desktop.
module issue.#3135 where
-- latex \sqw
postulate
A : Set
□ : Set
_□ : Set → Set
⟨_⟩ : Set → Set
--G : Set
--G = ? □
open import Agda.Builtin.Equality using (_≡_ ; refl)
_ : A □ ≡ A □
_ = refl
-- C-c C-l fails (version 2.6.1)
-- Don't know how to parse A □ ≡ A □. Could mean any one of:
-- (A □) ≡ (A □)
-- (A □) ≡ (A □)
-- (A □) ≡ (A □)
-- (A □) ≡ (A □)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment