On Thursday, 15 June 2017 19:06:00 CEST Richard W.M. Jones wrote:
Create a module ‘C_utils’ containing functions like ‘drive_name’ and
‘shell_unquote’ which come from the C utilities.
The new directory ‘common/mlutils’ also contains the ‘Unix_utils’
wrappers around POSIX functions missing from the OCaml stdlib.
---
I fear we are spreading the code among too many helper libraries...
Why not just add these small bindings to Common_utils directly?
--
Pino Toscano