1 line
51 B
OCaml
1 line
51 B
OCaml
type int_list = Nil | Cons of int * int_list ref
|
type int_list = Nil | Cons of int * int_list ref
|