mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Reference the COPYRIGHT file inline
This commit is contained in:
parent
a3fe488a2d
commit
a11b849d45
11 changed files with 47 additions and 17 deletions
|
@ -7,8 +7,10 @@ use roc_parse::ast::Expr::{self, *};
|
|||
use roc_parse::ast::{AssignedField, Def, WhenBranch};
|
||||
use roc_region::all::{Located, Region};
|
||||
|
||||
// BinOp precedence logic adapted from Gluon by Markus Westerlind, MIT licensed
|
||||
// https://github.com/gluon-lang/gluon
|
||||
// BinOp precedence logic adapted from Gluon by Markus Westerlind
|
||||
// https://github.com/gluon-lang/gluon - license information can be found in
|
||||
// the COPYRIGHT file in the root directory of this distribution.
|
||||
//
|
||||
// Thank you, Markus!
|
||||
|
||||
fn new_op_call_expr<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue