This website requires JavaScript.
Explore
Help
Sign In
hexagoxel
/
brittany
Watch
1
Star
0
Fork
You've already forked brittany
0
Code
Issues
117
Pull Requests
5
Packages
Projects
Releases
5
Wiki
Activity
11be3ba0df
brittany
/
data
/
Test235.hs
6 lines
84 B
Haskell
Raw
Blame
History
{-
# LANGUAGE RecursiveDo #
-}
foo
=
do
rec
a
<-
f
b
b
<-
g
a
return
(
a
,
b
)
Reference in New Issue
View Git Blame
Copy Permalink