Skip to content

Instantly share code, notes, and snippets.

@fracek
Created June 17, 2014 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fracek/26973af895c28e5621be to your computer and use it in GitHub Desktop.
Save fracek/26973af895c28e5621be to your computer and use it in GitHub Desktop.
for (fc in object.for-clauses, i from 0)
let (f, l) = generate-step-7(env, states[i]);
let (f, l) = join-2x2!(first, last, f, l); first := f; last := l;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment