Module Jasmin.CLI_errorsSource
Sourcetype cli_error = | RedundantInputFile of string * string| FileNotFound of string| FileIsDirectory of string| FilePathNotFound of string
Sourceval check_infile : string -> unit Sourceval check_options : unit -> unit