Mathlib Map

Theorems · Definition · combinatorics

List.Vector.mOfFn

{m : Type u → Type u_6} → [Monad m] → {α : Type u} → {n : ℕ} → (Fin n → m α) → m (List.Vector α n)

Monadic analog of Vector.ofFn. Given a monadic function on Fin n, return a Vector α n inside the monad.

Defined in
Mathlib.Data.Vector.Basic
Cited by
6 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext
Assumes
Monad

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites1

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by9

Results whose statement or proof uses this declaration.