Closed nxjfxu closed 1 year ago
Running derivation/ps seems to always lead to this error:
derivation/ps
send: no such method method name: re-run-layout class name: derivation-pb%
Minimal reproducible example:
#lang racket (require redex) (define-language Test [expr ::= foo bar]) (define-judgment-form Test #:contract (P expr) #:mode (P O) [(P foo) "foo"]) ; fails here (derivation/ps (first (build-derivations (P foo))) "test.ps")
Thank you!
Running
derivation/ps
seems to always lead to this error:Minimal reproducible example: