def
definition
def or abbrev
addNote
show as:
view Lean formalization →
formal statement (Lean)
153def addNote {α : Type} (note : String) (m : Measurement α) : Measurement α :=
proof body
Definition body.
154 { m with notes := m.notes ++ [note] }
155