Agda User Manual v2.6.2.2
0 码力 | 354 页 | 433.60 KB | 1 年前文档是Agda编程语言的用户手册,介绍了Agda的类型检查、编译和编辑系统等相关工具和资源。手册分为多个章节,包括入门指南、语言参考、工具使用指南等。Agda 2.3.2版本开始支持实验性的Latex后端,可以通过命令行选项`--latex`生成Latex文件,并使用LaTeX编译器如pdflatex进行处理。文档还详细介绍了命令行选项的使用,如`--help`、`--version`、`--print-agda-dir`等,随着版本的更新,部分选项如`--interaction-json`在2.6.1版本中新增。另外,文档提到了Agda的类型检查功能,包括`--only-scope-checking`和`--double-check`等选项,以及用于latex后端的`agda.sty`包的定制。`Search About`功能可以通过搜索范围内的定义,帮助用户快速找到所需的信息。
Agda User Manual v2.5.4.1
0 码力 | 216 页 | 207.64 KB | 1 年前The Agda User Manual v2.5.4.1 provides comprehensive documentation for the Agda programming language, focusing on its type checking, compilation, and editing system. The manual includes sections on language reference, installation, tools, and documentation. It covers Agda's core features such as data types, function definitions, and universe levels, as well as practical guidance for using the editing and compilation system. The manual also addresses known issues and provides instructions for contributing to Agda's development and documentation.
Agda User Manual v2.6.2.1
0 码力 | 350 页 | 416.80 KB | 1 年前文档是Agda 2.6.2.1的用户手册,系统介绍了Agda编程语言及其相关工具和资源的使用。手册涵盖了命令行选项、编程语法、代码示例、错误处理以及高级功能如Cubical和HTML/LaTeX生成。Agda手册旨在帮助用户理解和使用Agda语言,提供了详细的使用说明和故障排除指南,强调了命令行选项的重要性以及如何优化代码的编写和调试。
Agda User Manual v2.6.3
0 码力 | 379 页 | 354.83 KB | 1 年前The Agda User Manual v2.6.3 is an incomplete but comprehensive guide to the Agda programming language, its type checking, compilation system, and related tools. It provides an overview of the language reference, including experimental features like Cubical Agda, copatterns, and guarded recursion. The manual also details various options for type checking, compilation, and system configuration, such as universe levels, Sized Types, and rewrite rules. Users are encouraged to contribute to the manual through GitHub, and additional resources, including tutorials and documentation, are available on the Agda Wiki. The manual covers installation, basic usage, and advanced features while emphasizing the importance of community contributions for its improvement.
Agda User Manual v2.5.2
0 码力 | 151 页 | 152.49 KB | 1 年前The Agda User Manual v2.5.2 provides comprehensive documentation for the Agda programming language, including its type checking, compilation, and editing system. It covers various aspects such as language reference, tools, and backend options. The manual also includes guidance on installation, usage of different compilers (UHC, JavaScript, and GHC backends), library management, and optimization techniques. Specific sections detail features like data types, module systems, and lexical structure, while also addressing limitations and upgrade considerations from earlier versions.
Agda User Manual v2.6.1.1
0 码力 | 297 页 | 375.42 KB | 1 年前文档是Agda编程语言的用户手册,详细介绍了其类型检查、模式匹配、命令行选项、编辑系统、编译系统等功能。手册不仅涵盖了安装、配置和使用Agda的相关说明,还提供了如何为Agda做贡献的指导,包括代码提交、问题解决和文档完善等内容。此外,手册还介绍了Agda的核心语言特性,如依赖类型、协同模式匹配、归纳和共归纳定义等,以便用户更好地理解和使用Agda。
Agda User Manual v2.5.4
0 码力 | 216 页 | 207.63 KB | 1 年前The Agda User Manual v2.5.4 provides comprehensive documentation for the Agda programming language, including its type checking, compilation, and editing system. It covers language features, tools, and safety options. The manual highlights Safe Agda, which disables potentially inconsistent features, and discusses known issues. It also describes the Automatic Proof Search (Auto) tool for finding type inhabitants and explains the usage of various command-line options for compilation and documentation generation. The documentation emphasizes contributing to its improvement and outlines the process for rendering and type-checking code examples.
Agda User Manual v2.6.1
0 码力 | 297 页 | 375.42 KB | 1 年前文档是关于Agda编程语言及其相关工具的用户手册,涵盖了安装、语法、命令行选项等内容。手册详细介绍了Agda的类型检查和编译系统,并提供了代码示例的编写和验证方法。此外,还介绍了如何为Agda手册做贡献,包括如何提交修复和改进。手册还涉及了Agda的高级功能,如copatterns、projections等,并提供了相关的命令行选项和配置方法。
Agda User Manual v2.6.1.3
0 码力 | 305 页 | 375.80 KB | 1 年前文档是Agda编程语言的用户手册,详细介绍了其核心功能、命令行选项和相关工具。手册涵盖了模式匹配、交互模式、编译选项、缓存功能、调试选项以及实验性功能等内容。此外,文档还提供了关于如何为Agda项目做贡献的指导,解释了如何通过GitHub提交问题或拉取请求。手册强调了社区贡献的重要性,并提供了访问Agda Wiki和其他资源的链接,以便用户深入了解语言和工具。
Agda User Manual v2.6.0.1
0 码力 | 256 页 | 247.15 KB | 1 年前文档是Agda编程语言的用户手册,涵盖了Agda的核心功能、安装指南、编辑与编译工具的使用、语言参考等内容。Agda是一种具有依赖类型系统的编程语言,支持交互式编程和代码验证。文档详细介绍了如何通过命令行和Emacs模式使用Agda,如何编写和测试代码示例,以及如何生成和管理文档。此外,还提供了关于Agda语法、数据类型、模块系统和Auto证明搜索工具的信息。
共 15 条
- 1
- 2
关键词
Agda编程语言 命令行选项 Latex后端 Search About 类型检查 Agda Language Reference Installation Tools Documentation 语法 模式匹配 错误处理 type checking compilation experimental features Cubical Agda Backends 编辑系统 Safe Agda Auto Compilation Options Command-line options Copatterns Code examples Projections 无约束性检查 互动模式 依赖类型 代码示例 文档生成













