lean2/tests/lean/compact_def.lean.expected.out

9 lines
210 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Defined: f
Defined: g
Defined: h
Definition f (x y : ) : := x + y
Definition g (x y : ) : := sin x + y
Definition h (x y : ) : := x * sin (x + y)