add Position type

This commit is contained in:
Folkert 2021-03-12 16:49:24 +01:00
parent f01424ac11
commit 28cc3348a6
3 changed files with 32 additions and 4 deletions

View file

@ -15,7 +15,7 @@ use crate::type_annotation;
use bumpalo::collections::Vec;
use bumpalo::Bump;
use roc_module::operator::{BinOp, CalledVia, UnaryOp};
use roc_region::all::{Located, Region};
use roc_region::all::{Located, Position, Region};
use crate::parser::Progress::{self, *};