2.2 Exploring reduction graphs interactively🔗

To open the Redex GUI on any example’s full reduction graph, start a Racket REPL and require the relevant program and the stepper:

(require verse-calculus-redex/traces/programs
         verse-calculus-redex/stepper)
(trace `(one ,opening))

Replace opening with any of the other names exported by "traces/programs.rkt" (first-apply, residuation, if-true, if-false, tuple-indexing) to explore the other examples.