Reference the COPYRIGHT file inline

This commit is contained in:
Richard Feldman 2021-04-18 17:02:10 -04:00
parent a3fe488a2d
commit a11b849d45
11 changed files with 47 additions and 17 deletions

View file

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