Skip to content

Commit

Permalink
add TailCallOptimization to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhangwang committed Jul 1, 2016
1 parent 387080f commit aabb2f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions FunctionalX/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .src import lists
from .src import TailCallOptimization
3 changes: 2 additions & 1 deletion FunctionalX/src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# from . import fn
from . import lists
from . import lists
from . import TailCallOptimization

0 comments on commit aabb2f2

Please sign in to comment.