Skip to content

Instantly share code, notes, and snippets.

@takikawa
Created September 21, 2012 20:44
Show Gist options
  • Save takikawa/3763781 to your computer and use it in GitHub Desktop.
Save takikawa/3763781 to your computer and use it in GitHub Desktop.
wcm nesting
#lang racket
(require redex
redex/examples/delim-cont/reduce
redex/examples/delim-cont/grammar)
(stepper :->
(term (<> () () (% 0
((λ (x)
(wcm ((5 5)) (x)))
(λ ()
(wcm ((5 3))
(current-marks 5 0))))
(λ (x) x)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment