-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
When building git HEAD with OCaml 5.0, I see this:
File "utils.ml", line 70, characters 23-73:
70 | try let _ = List.find (fun n -> Filesystem.exists (n p)) names in true
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 5 [ignored-partial-application]: this function application is partial,
maybe some arguments are missing.
Perhaps the (n p) on line 70 should be (p </> n)? And on line 73, perhaps (fun n -> n (List.hd paths)) should be (fun n -> (List.hd paths) </> n)?
Metadata
Metadata
Assignees
Labels
No labels