CakeML/cakeml

Remove set_trace on var_eq_old

Open

#1,171 opened on May 7, 2025

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Standard ML (98 forks)auto 404
help wantedrefactoring

Repository metrics

Stars
 (1,169 stars)
PR merge metrics
 (PR metrics pending)

Description

There's a bunch of these:

set_trace "BasicProvers.var_eq_old" 1

in the codebase.

It would be good to remove these toggles as they're a bit gross.

Contributor guide