I am learning Elixir, up to chapter 7 PragProg book, and after thinking about the immutability and other items, I was thinking it was not generally possible to create a circular reference in the Elixir Maps/Tuples/Lists, etc.. Where A -> B -> C -> A.
Without going into really trying to trick the system, is this true?