1 line
44 B
Standard ML
1 line
44 B
Standard ML
type 'a list = Nil | Cons of 'a * 'a list
|
type 'a list = Nil | Cons of 'a * 'a list
|