Last active
May 10, 2020 16:11
-
-
Save pnlph/40cd474004cb40aa25d489ad37c79fb2 to your computer and use it in GitHub Desktop.
Revisions
-
pnlph revised this gist
May 10, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ postulate 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: -
pnlph revised this gist
May 10, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ module issue.#3135 where -- latex \sqw postulate A : Set □ : Set -
pnlph revised this gist
May 10, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ module issue.#3135 where -- \sqw postulate A : Set □ : Set @@ -14,9 +14,9 @@ open import Agda.Builtin.Equality using (_≡_ ; refl) _ : A □ ≡ A □ _ = ref -- 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 □) -
pnlph created this gist
May 10, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ 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 □ _ = ref -- C-c C-l fails -- Don't know how to parse A □ ≡ A □. Could mean any one of: -- (A □) ≡ (A □) -- (A □) ≡ (A □) -- (A □) ≡ (A □) -- (A □) ≡ (A □)