merge fixes

This commit is contained in:
Anton-4 2023-04-22 18:15:06 +02:00
parent 937722c462
commit c6cf0b4ebe
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
4 changed files with 0 additions and 36 deletions

View file

@ -1142,11 +1142,7 @@ fn can_extension_type(
introduced_variables: &mut IntroducedVariables,
local_aliases: &mut VecMap<Symbol, Alias>,
references: &mut VecSet<Symbol>,
<<<<<<< HEAD
opt_ext: &Option<&Loc<TypeAnnotation>>,
=======
opt_ext: &Option<&Loc<TypeAnnotation<'_>>>,
>>>>>>> 28146c939f11c8b65504c9d35c69fdef31b976e8
ext_problem_kind: roc_problem::can::ExtensionTypeKind,
) -> (Type, ExtImplicitOpenness) {
fn valid_record_ext_type(typ: &Type) -> bool {
@ -1458,11 +1454,7 @@ fn can_assigned_fields<'a>(
fn can_assigned_tuple_elems(
env: &mut Env,
pol: CanPolarity,
<<<<<<< HEAD
elems: &&[Loc<TypeAnnotation>],
=======
elems: &&[Loc<TypeAnnotation<'_>>],
>>>>>>> 28146c939f11c8b65504c9d35c69fdef31b976e8
scope: &mut Scope,
var_store: &mut VarStore,
introduced_variables: &mut IntroducedVariables,