mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
correct formatting and removed duplicate image
This commit is contained in:
parent
f3bdb5f321
commit
a3f901427a
20 changed files with 34 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
//! Library for the Roc AST
|
||||
//!
|
||||
//! Code to represent the [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree)
|
||||
//! Code to represent the [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree)
|
||||
//! as used by the 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue