Linear.Quaternion:$csinh from linear-1.19.1.3

Specification

?
\[\begin{array}{l} \\ \cosh x \cdot \frac{\sin y}{y} \end{array} \]
(FPCore (x y) :precision binary64 (* (cosh x) (/ (sin y) y)))
double code(double x, double y) {
	return cosh(x) * (sin(y) / y);
}
real(8) function code(x, y)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    code = cosh(x) * (sin(y) / y)
end function
public static double code(double x, double y) {
	return Math.cosh(x) * (Math.sin(y) / y);
}
def code(x, y):
	return math.cosh(x) * (math.sin(y) / y)
function code(x, y)
	return Float64(cosh(x) * Float64(sin(y) / y))
end
function tmp = code(x, y)
	tmp = cosh(x) * (sin(y) / y);
end
code[x_, y_] := N[(N[Cosh[x], $MachinePrecision] * N[(N[Sin[y], $MachinePrecision] / y), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}

\\
\cosh x \cdot \frac{\sin y}{y}
\end{array}

Reproduce

?
herbie shell --seed 2024296 
(FPCore (x y)
  :name "Linear.Quaternion:$csinh from linear-1.19.1.3"
  :precision binary64

  :alt
  (! :herbie-platform default (/ (* (cosh x) (sin y)) y))

  (* (cosh x) (/ (sin y) y)))

Please file a bug report with this information.

Backtrace

error: contract violation expected: string? given: 'cosh.f64LC
f651.../match/compiler.rkt55940
loop.../private/map.rkt4019
loop.../private/map.rkt4019
loop.../private/map.rkt4019
loop.../private/map.rkt4019
loop.../private/map.rkt4019
compile-expr/home/nightlies/herbie/bhargav-double-double/src/core/explain.rkt760
explain/home/nightlies/herbie/bhargav-double-double/src/core/explain.rkt6540
explain!/home/nightlies/herbie/bhargav-double-double/src/core/mainloop.rkt3200
run-improve!/home/nightlies/herbie/bhargav-double-double/src/core/mainloop.rkt450
get-alternatives/report/home/nightlies/herbie/bhargav-double-double/src/api/sandbox.rkt1860
(unnamed)/home/nightlies/herbie/bhargav-double-double/src/api/sandbox.rkt2826
(unnamed)/usr/share/racket/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/share/racket/pkgs/profile-lib/main.rkt90
(unnamed)/usr/share/racket/collects/racket/engine.rkt4224