Diagrams.Tangent:$catParam from diagrams-lib-1.3.0.3, F

Specification

?
\[\begin{array}{l} \\ \left(x \cdot 3\right) \cdot x \end{array} \]
(FPCore (x) :precision binary64 (* (* x 3.0) x))
double code(double x) {
	return (x * 3.0) * x;
}
real(8) function code(x)
    real(8), intent (in) :: x
    code = (x * 3.0d0) * x
end function
public static double code(double x) {
	return (x * 3.0) * x;
}
def code(x):
	return (x * 3.0) * x
function code(x)
	return Float64(Float64(x * 3.0) * x)
end
function tmp = code(x)
	tmp = (x * 3.0) * x;
end
code[x_] := N[(N[(x * 3.0), $MachinePrecision] * x), $MachinePrecision]
\begin{array}{l}

\\
\left(x \cdot 3\right) \cdot x
\end{array}

Reproduce

?
herbie shell --seed 2024246 
(FPCore (x)
  :name "Diagrams.Tangent:$catParam from diagrams-lib-1.3.0.3, F"
  :precision binary64
  (* (* x 3.0) x))

Please file a bug report with this information.

Backtrace

map: contract violation expected: list? given: '(#s(literal 3 binary64) . #hasheq((errs . (1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1...LC
gen-map/usr/local/racket/collects/racket/private/map.rkt2572
actual-errors/home/nightlies/herbie/zane-concrete-values/src/core/explain.rkt350
generate-timelines/home/nightlies/herbie/zane-concrete-values/src/core/explain.rkt4930
explain!/home/nightlies/herbie/zane-concrete-values/src/core/mainloop.rkt3220
run-improve!/home/nightlies/herbie/zane-concrete-values/src/core/mainloop.rkt440
get-alternatives/report/home/nightlies/herbie/zane-concrete-values/src/api/sandbox.rkt1860
(unnamed)/home/nightlies/herbie/zane-concrete-values/src/api/sandbox.rkt2826
(unnamed)/usr/local/racket/share/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/local/racket/share/pkgs/profile-lib/main.rkt90
(unnamed)/usr/local/racket/collects/racket/engine.rkt4224