This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
ocaml
Watch
1
Star
0
Fork
You've already forked ocaml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3f6f377cc0
ocaml
/
camlp4
/
test
/
fixtures
/
bug-4058.ml
5 lines
99 B
Standard ML
Raw
Blame
History
let
_
=
(
fun
x
->
x
)
,
1
let
_
=
(
x
:=
1
)
,
2
let
_
=
(
x
<-
1
)
,
2
let
_
=
(
if
true
then
1
else
2
)
,
1
Reference in New Issue
View Git Blame
Copy Permalink