updated modules to use the new eep0018() type

This commit is contained in:
alisdair sullivan 2010-08-11 22:33:50 -07:00
parent f02724602c
commit 6120455a22
2 changed files with 4 additions and 4 deletions

View file

@ -67,8 +67,8 @@ parser(OptsList) ->
end.
-spec term_to_json(JSON::json()) -> binary().
-spec term_to_json(JSON::json(), Opts::encoder_opts()) -> binary().
-spec term_to_json(JSON::eep0018()) -> binary().
-spec term_to_json(JSON::eep0018(), Opts::encoder_opts()) -> binary().
term_to_json(JSON) ->
term_to_json(JSON, []).