mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
more links, small improvements
This commit is contained in:
parent
f644566aeb
commit
ecff894036
2 changed files with 16 additions and 16 deletions
|
@ -1,8 +1,8 @@
|
|||
//! Library to represent the [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree).
|
||||
//!
|
||||
//! Used by roc_editor. In contrast to the compiler,
|
||||
//! In contrast to the compiler, the types in this
|
||||
//! AST do not keep track of the location of the matching code in the source file.
|
||||
//! Used by roc_editor.
|
||||
//! In contrast to the compiler, the types in this AST do not
|
||||
//! keep track of the location of the matching code in the source file.
|
||||
pub mod ast_error;
|
||||
mod builtin_aliases;
|
||||
mod canonicalization;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue