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
44140eb131
ocaml
/
test
/
Moretest
/
recmod
/
04bad.ml
3 lines
100 B
OCaml
Raw
Blame
History
(*
Bad
(
t = int
*
t
)
*)
module
rec
A
:
sig
type
t
=
int
*
A
.
t
end
=
struct
type
t
=
int
*
A
.
t
end
;;
Reference in New Issue
View Git Blame
Copy Permalink