I'm trying to prepare semantics for a language. Some derivation may lead to a 'stuck' state. I want to have a test, what certain term can't be reduced to the 'stuck' state. Is it somehow possible to represent it using something like test-->E
?
Racket, PLT Redex, test-->E non existence
113 Views Asked by user2208834 At
1
Here is an example adapted from the λv example on the Redex page but with a
stuck
state added. Is this helpful to you?