Skip to content

Commit

Permalink
let typetree.jl print types out
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaykm committed Dec 24, 2014
1 parent 4814557 commit 6045d70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/typetree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,7 @@ end
# print_tree(types_tree)

end # module

if !isinteractive()
TypeTrees.print_tree(TypeTrees.types_tree)
end

0 comments on commit 6045d70

Please sign in to comment.