mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
4 lines
No EOL
47 B
Haskell
4 lines
No EOL
47 B
Haskell
f x = x * x
|
|
g x = x - 1
|
|
h = (f . g)
|
|
i = (g . f) |