Mathlib Map

Theorems · Definition · logic and foundations

Computation.head

{α : Type u} → Computation α → Option α

head c is the first step of computation, either some a if c = pure a or none if c = think c'.

Defined in
Mathlib.Data.Seq.Computation
Cited by
5 results in Mathlib
Foundations
Depth 9 from the axioms · uses no axioms

Around this declaration

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

Cites2

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

Cited by5

Results whose statement or proof uses this declaration.