Skip to content

Commit

Permalink
Simplified spread conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 24, 2023
1 parent c2aebf5 commit 45c801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/Spread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class Spread extends Node {
if (!(type instanceof ListType))
return [
new IncompatibleType(
this,
this.list,
ListType.make(),
this.list,
type
Expand Down

0 comments on commit 45c801f

Please sign in to comment.