Skip to content

Commit

Permalink
removed what is now in .mli file
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Aug 27, 2011
1 parent b65cc07 commit 283d2e8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ErlangTerm.ml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
(* This module defines functions to consume and produce terms in Erlang External Term format.
* Read http://erlang.org/doc/apps/erts/erl_ext_dist.html for details.
* MAYBE TODO: NEW_FLOAT_EXT (generated by term_to_binary/2 with [{minor_version, 1}]),
* NEVER DO: NEW_CACHE, CACHED_ATOM (used between Erlang nodes only)
* The rest is implemented.
*)

open Buffer
open Num

Expand Down

0 comments on commit 283d2e8

Please sign in to comment.