module Filepath:functor (
X
:
sig
include Parameter_sig.Input_with_arg
val existence :Filepath.existence
val file_kind :string
used in error message if the file does not exist where it should and vice-versa.
end
) ->
Parameter_sig.Filepath
Parameters: |
|
include Parameter_sig.S
val is_empty : unit -> bool
Whether the Filepath is empty.