more links, small improvements

This commit is contained in:
Anton-4 2022-10-28 20:14:46 +02:00
parent f644566aeb
commit ecff894036
No known key found for this signature in database
GPG key ID: A13F4A6E21141925
2 changed files with 16 additions and 16 deletions

View file

@ -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;