(thaw string) -> value
Accepts a string that was output by freeze and converts it back to the original value.
Example:
>> (define a (freeze 101)) :: #f >> a :: " ☺ ♦ e" >> (thaw a) :: 101
See Also: freeze