copy¶
- (copy <src> <dst>)
Copy a file. If these files are OCaml sources, you should follow the
module_name.xxx.mlnaming convention to preserve Merlin’s functionality.Example:
(copy data.txt.template data.txt)
Copy a file. If these files are OCaml sources, you should follow the
module_name.xxx.ml naming convention to
preserve Merlin’s functionality.
Example:
(copy data.txt.template data.txt)