index
:
hs-visinter
master
Visualising interpreter for a subset of Haskell
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
letty.hs
blob: 6b6e0a3e4f0ed430c785dd291684d1da56709c0e (
plain
)
1
2
3
4
5
6
-- This is glguy's fault.
foo
=
let
f
x
|
even
x
=
1
|
let
=
0
in
f
<$>
[
1
..
5
]