Research Article

Behaviour Preservation across Code Versions in Erlang

Listing 25

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