Skip to content

Commit

Permalink
[#30] Update type definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Mar 19, 2015
1 parent 692f828 commit 37ff0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ktn_code.erl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
-type tree_node() ::
#{type => tree_node_type(),
attrs => map(),
node_attrs => map(),
content => [tree_node()]}.

-exported_type(tree_node/1).
Expand Down

0 comments on commit 37ff0d4

Please sign in to comment.