Skip to content

Instantly share code, notes, and snippets.

@dumbs
Created November 6, 2010 21:52
Show Gist options
  • Save dumbs/665733 to your computer and use it in GitHub Desktop.
Save dumbs/665733 to your computer and use it in GitHub Desktop.
> MEVAL MAKE-ENV
[FAILURE] Test : (MAKE-ENV 2 '(1 2) #())
got : #(NIL 1 2)
expected : #(NIL 1 2)
comparison : #<SYSTEM-FUNCTION EQUAL>
[FAILURE] Test : (MAKE-ENV 2 '(7 8) #(#(NIL 7 8) 1 2))
got : #(#(NIL 7 8) 1 2)
expected : #(#(NIL 7 8) 1 2)
comparison : #<SYSTEM-FUNCTION EQUAL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment