• Creates a decoder that always fails. It is useful for reporting a parse error with Pure.when.

    Parameters

    • message: string

      The error message.

    Returns Decoder<never[]>

    The failing decoder.

Generated using TypeDoc