Research Article

Behaviour Preservation across Code Versions in Erlang

Listing 26

Output of orddict_new.erl with io:format/2.
> orddict_new_wrong:from_list([1,false,1,true]).
Input: [1,false,1,true]
Output: [1,false]
[1,false]