Skip to content

Commit

Permalink
Also no setUniqueness here.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Feb 11, 2023
1 parent d1b13f2 commit 4774334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/Futhark/Prop.hs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ arrayOf ::
Shape dim ->
TypeBase dim as ->
TypeBase dim as
arrayOf u s t = arrayOfWithAliases mempty u s (t `setUniqueness` Nonunique)
arrayOf = arrayOfWithAliases mempty

arrayOfWithAliases ::
Monoid as =>
Expand Down

0 comments on commit 4774334

Please sign in to comment.