mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fmt
This commit is contained in:
parent
5e67aa0a63
commit
dc93985281
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
//! Library to represent the [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree).
|
//! Library to represent the [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree).
|
||||||
//!
|
//!
|
||||||
//! Used by roc_editor. In contrast to the compiler,
|
//! Used by roc_editor. In contrast to the compiler,
|
||||||
//! In contrast to the compiler, the types in this
|
//! 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.
|
//! AST do not keep track of the location of the matching code in the source file.
|
||||||
pub mod ast_error;
|
pub mod ast_error;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue