Skip to content

Commit 6854540

Browse files
committed
inline toArrayMapped.go
1 parent 7fd052b commit 6854540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Init/Data/Iterators/Consumers/Monadic/Collect.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def IterM.DefaultConsumers.toArrayMapped {α β : Type w} {m : Type w → Type w
7373
letI : MonadLift m n := ⟨lift (α := _)⟩
7474
go it #[]
7575
where
76-
@[specialize lift f]
76+
@[always_inline]
7777
go it (acc : Array γ) : n (Array γ) :=
7878
letI : MonadLift m n := ⟨lift (α := _)⟩
7979
extrinsicFix₂ (C₂ := fun _ _ => n (Array γ)) (fun it acc recur => do

0 commit comments

Comments
 (0)