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
bff9bfb312
brittany
/
data
/
10-structured
/
expression-do.blt
18 lines
146 B
Plaintext
Raw
Blame
History
#group expression/do
#test simple
func = do
stmt
stmt
#test bind
func = do
x <- stmt
stmt x
#test let
func = do
let x = 13
stmt x
Reference in New Issue
View Git Blame
Copy Permalink