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
746b67fe68
brittany
/
data
/
Test236.hs
7 lines
101 B
Haskell
Raw
Blame
History
{-
# LANGUAGE RecursiveDo #
-}
foo
=
do
rec
-- comment
a
<-
f
b
b
<-
g
a
return
(
a
,
b
)
Reference in New Issue
View Git Blame
Copy Permalink