@ -8,5 +8,9 @@
else e::remove_x x t
val remove_x: 'a -> 'a list -> 'a list
# let rec remove_duplicates = function
| [] -> []
| e::t -> remove_duplicates (remove_x e)::t
```
The note is not visible to the blocked user.