Skip to content

Commit

Permalink
fail!
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Tagliamonte committed Mar 8, 2013
1 parent abf63fc commit 3028570
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions hy/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ def compile_list(self, expr):

@builds("fn")
def compile_fn_expression(self, expression):
print expression, type(expression), expression.start_line

expression.pop(0) # fn

ret_status = self.returnable
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
packages=[
'hy',
'hy.lex',
'hy.core',
'hy.models',
],
author="Paul Tagliamonte",
Expand Down

0 comments on commit 3028570

Please sign in to comment.