Beta.hs
module
Beta
where
redex1
=
(
\
x
->
x
)
"Hello"
redex2
=
(
\
x
f
->
f
x
x
) (
True
&&
False
)
Plain-text version of Beta.hs
|
Valid HTML?