simple fma test

Specification

?
\[\begin{array}{l} \\ \mathsf{fma}\left(x, y, z\right) - \left(1 + \left(x \cdot y + z\right)\right) \end{array} \]
(FPCore (x y z) :precision binary64 (- (fma x y z) (+ 1.0 (+ (* x y) z))))
double code(double x, double y, double z) {
	return fma(x, y, z) - (1.0 + ((x * y) + z));
}
function code(x, y, z)
	return Float64(fma(x, y, z) - Float64(1.0 + Float64(Float64(x * y) + z)))
end
code[x_, y_, z_] := N[(N[(x * y + z), $MachinePrecision] - N[(1.0 + N[(N[(x * y), $MachinePrecision] + z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}

\\
\mathsf{fma}\left(x, y, z\right) - \left(1 + \left(x \cdot y + z\right)\right)
\end{array}

Reproduce

?
herbie shell --seed 2025032 
(FPCore (x y z)
  :name "simple fma test"
  :precision binary64

  :alt
  (! :herbie-platform default -1)

  (- (fma x y z) (+ 1.0 (+ (* x y) z))))

Please file a bug report with this information.

Backtrace

operator-info: Unknown operator $literalLC
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-higher-order.rkt37933
rebuild-enode/home/nightlies/herbie/really-crazy-encodings/src/core/egg-herbie.rkt5810
split-untyped-eclasses/home/nightlies/herbie/really-crazy-encodings/src/core/egg-herbie.rkt6220
make-typed-eclasses/home/nightlies/herbie/really-crazy-encodings/src/core/egg-herbie.rkt8120
make-regraph/home/nightlies/herbie/really-crazy-encodings/src/core/egg-herbie.rkt8590
egraph-best/home/nightlies/herbie/really-crazy-encodings/src/core/egg-herbie.rkt14160
simplify-batch/home/nightlies/herbie/really-crazy-encodings/src/core/simplify.rkt190
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt48618
initial-simplify/home/nightlies/herbie/really-crazy-encodings/src/core/preprocess.rkt540
find-preprocessing/home/nightlies/herbie/really-crazy-encodings/src/core/preprocess.rkt810
run-improve!/home/nightlies/herbie/really-crazy-encodings/src/core/mainloop.rkt450
get-alternatives/report/home/nightlies/herbie/really-crazy-encodings/src/api/sandbox.rkt1740
(unnamed)/home/nightlies/herbie/really-crazy-encodings/src/api/sandbox.rkt2656
(unnamed)/usr/share/racket/pkgs/profile-lib/main.rkt4010
profile-thunk/usr/share/racket/pkgs/profile-lib/main.rkt90
in-engine/home/nightlies/herbie/really-crazy-encodings/src/api/sandbox.rkt2832
(unnamed)/usr/share/racket/collects/racket/engine.rkt4224