fe
fe copied to clipboard
Fix behavior of `fe_write()` on circular lists
Before this change fe_write() was crashing with segfault on circular lists. Added an example to illustrate the problem.