6 lines
99 B
Racket
6 lines
99 B
Racket
#lang typed/racket/base
|
|
|
|
(define (run-ground-vm)
|
|
(with-handlers ([exn:break? void])
|
|
(void)))
|