fix and test

This commit is contained in:
Folkert 2021-04-14 22:03:03 +02:00
parent 64bc92c746
commit c68cd2fb2d
12 changed files with 89 additions and 30 deletions

View file

@ -8,7 +8,6 @@ use crate::parser::{
use crate::string_literal;
use bumpalo::collections::Vec;
use inlinable_string::InlinableString;
use roc_module::ident::{Lowercase, Uppercase};
use roc_region::all::Loc;
#[derive(Clone, PartialEq, Eq, Debug, Hash)]