• Shorthand function for creating a left Either for IOResult.

    Parameters

    • Rest ...errors: IOError[]

      Errors to add to the Either

    Returns IOLeft

    An IOLeft containing all IOErrors passed as argument, in a Vector.

Generated using TypeDoc