lean2/tests/lean/revapp.lean.expected.out

13 lines
495 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Imported 'Int'
Defined: revapp
10 |> (λ x : , x + 1) |> (λ x : , x + 2) |> (λ x : , 2 * x) |> (λ x : , 3 - x) |> (λ x : , x + 2) :
(λ x : , ) (10 |> (λ x : , x + 1) |> (λ x : , x + 2) |> (λ x : , 2 * x) |> (λ x : , 3 - x))
Defined: revcomp
(λ x : , x + 1) #> (λ x : , 2 * x * x) #> (λ x : , 10 + x) :
Defined: simple
simple :
Defined: simple2
simple2 :