pith. machine review for the scientific record. sign in
def definition def or abbrev

addNote

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 153def addNote {α : Type} (note : String) (m : Measurement α) : Measurement α :=

proof body

Definition body.

 154  { m with notes := m.notes ++ [note] }
 155

depends on (3)

Lean names referenced from this declaration's body.