?

\[x \cdot \left(1 - x \cdot y\right) \]
(FPCore (x y) :precision binary64 (* x (- 1.0 (* x y))))
double code(double x, double y) {
	return x * (1.0 - (x * y));
}
real(8) function code(x, y)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    code = x * (1.0d0 - (x * y))
end function
public static double code(double x, double y) {
	return x * (1.0 - (x * y));
}
def code(x, y):
	return x * (1.0 - (x * y))
function code(x, y)
	return Float64(x * Float64(1.0 - Float64(x * y)))
end
function tmp = code(x, y)
	tmp = x * (1.0 - (x * y));
end
code[x_, y_] := N[(x * N[(1.0 - N[(x * y), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
x \cdot \left(1 - x \cdot y\right)

Reproduce?

Please include this information when filing a bug report:

herbie shell --seed 2023033 
(FPCore (x y)
  :name "Numeric.SpecFunctions:log1p from math-functions-0.1.5.2, A"
  :precision binary64
  (* x (- 1.0 (* x y))))

Backtrace

map: contract violation expected: list? given: #<eof>LC
gen-map/usr/share/racket/collects/racket/private/map.rkt2572
run-egglog/home/nightlies/herbie/oflatt-egglog-ctx/src/egglog/run-egglog.rkt14560
run-simplify-input/home/nightlies/herbie/oflatt-egglog-ctx/src/core/simplify.rkt730
simplify-batch/home/nightlies/herbie/oflatt-egglog-ctx/src/core/simplify.rkt480
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-higher-order.rkt37933
simplify!/home/nightlies/herbie/oflatt-egglog-ctx/src/patch.rkt2460
patch-table-run/home/nightlies/herbie/oflatt-egglog-ctx/src/patch.rkt3180
(unnamed)/usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt48618
run-iter!/home/nightlies/herbie/oflatt-egglog-ctx/src/mainloop.rkt2620
mutate!/home/nightlies/herbie/oflatt-egglog-ctx/src/mainloop.rkt3720
run-improve!/home/nightlies/herbie/oflatt-egglog-ctx/src/mainloop.rkt3200
run-herbie/home/nightlies/herbie/oflatt-egglog-ctx/src/sandbox.rkt570
(unnamed)/home/nightlies/herbie/oflatt-egglog-ctx/src/sandbox.rkt1336
(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