def
definition
def or abbrev
eventCompose
show as:
view Lean formalization →
formal statement (Lean)
34def eventCompose (a b : EventState) : EventState :=
proof body
Definition body.
35 { act := a.act + b.act, beat := a.beat + b.beat }
36