package jasmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Jasmin.CLI_errorsSource

Sourcetype cli_error =
  1. | RedundantInputFile of string * string
  2. | FileNotFound of string
  3. | FileIsDirectory of string
  4. | FilePathNotFound of string
Sourceval pp_cli_error : cli_error -> string
Sourceexception CLIerror of cli_error
Sourceval check_infile : string -> unit
Sourceval check_options : unit -> unit