Agda User Manual v2.6.1.3Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also should be visible. Run-time Irrelevance From version 2.6.1 Agda supports run-time irrelevance (or erasure) annotations. Values marked as erased are not present at run time, and consequently the type checker Marking it erased explictly, however, ensures that it is erased without relying on the analysis. Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance0 码力 | 305 页 | 375.80 KB | 1 年前3
Agda User Manual v2.6.1.2Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also should be visible. Run-time Irrelevance From version 2.6.1 Agda supports run-time irrelevance (or erasure) annotations. Values marked as erased are not present at run time, and consequently the type checker Marking it erased explictly, however, ensures that it is erased without relying on the analysis. Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance0 码力 | 304 页 | 375.60 KB | 1 年前3
Agda User Manual v2.6.1.1Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also should be visible. Run-time Irrelevance From version 2.6.1 Agda supports run-time irrelevance (or erasure) annotations. Values marked as erased are not present at run time, and consequently the type checker Marking it erased explictly, however, ensures that it is erased without relying on the analysis. Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance0 码力 | 297 页 | 375.42 KB | 1 年前3
Agda User Manual v2.6.1Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also should be visible. Run-time Irrelevance From version 2.6.1 Agda supports run-time irrelevance (or erasure) annotations. Values marked as erased are not present at run time, and consequently the type checker Marking it erased explictly, however, ensures that it is erased without relying on the analysis. Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance0 码力 | 297 页 | 375.42 KB | 1 年前3
Agda User Manual v2.6.2.2Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also should be visible. Run-time Irrelevance From version 2.6.1 Agda supports run-time irrelevance (or erasure) annotations. Values marked as erased are not present at run time, and consequently the type checker Marking it erased explictly, however, ensures that it is erased without relying on the analysis. Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance0 码力 | 354 页 | 433.60 KB | 1 年前3
Agda User Manual v2.6.2.1Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also should be visible. Run-time Irrelevance From version 2.6.1 Agda supports run-time irrelevance (or erasure) annotations. Values marked as erased are not present at run time, and consequently the type checker Marking it erased explictly, however, ensures that it is erased without relying on the analysis. Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance0 码力 | 350 页 | 416.80 KB | 1 年前3
Agda User Manual v2.6.2Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also should be visible. Run-time Irrelevance From version 2.6.1 Agda supports run-time irrelevance (or erasure) annotations. Values marked as erased are not present at run time, and consequently the type checker Marking it erased explictly, however, ensures that it is erased without relying on the analysis. Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance0 码力 | 348 页 | 414.11 KB | 1 年前3
Agda User Manual v2.6.3Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also should be visible. Run-time Irrelevance From version 2.6.1 Agda supports run-time irrelevance (or erasure) annotations. Values marked as erased are not present at run time, and consequently the type checker Marking it erased explictly, however, ensures that it is erased without relying on the analysis. Erasure annotations can also appear in function arguments (both first-order and higher-order). For instance0 码力 | 379 页 | 354.83 KB | 1 年前3
Agda User Manual v2.5.4.2Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also (i : A ∈ Γ) → rawIndex i ≡ n → InScope Γ n Lets also have a type synonym for the case when the erasure proof is refl: infix 2 _ofType_ pattern _ofType_ x A = ok A x refl Since this is a do-notation a} (_<_ : A → A → Set a) (x : A) : Set a where acc : (∀ y → y < x → Acc _<_ y) → Acc _<_ x The erasure means that equality proofs will (mostly) be erased, and never looked at, and functions defined by0 码力 | 216 页 | 207.61 KB | 1 年前3
Agda User Manual v2.5.4.1Emacs mode. As an alternative you can copy the following text to your .emacs file: (load-file (let ((coding-system-for-read 'utf-8)) (shell-command-to-string "agda-mode locate"))) It is also (i : A ∈ Γ) → rawIndex i ≡ n → InScope Γ n Lets also have a type synonym for the case when the erasure proof is refl: infix 2 _ofType_ pattern _ofType_ x A = ok A x refl Since this is a do-notation a} (_<_ : A → A → Set a) (x : A) : Set a where acc : (∀ y → y < x → Acc _<_ y) → Acc _<_ x The erasure means that equality proofs will (mostly) be erased, and never looked at, and functions defined by0 码力 | 216 页 | 207.64 KB | 1 年前3
共 493 条
- 1
- 2
- 3
- 4
- 5
- 6
- 50













