|> package:optics-extra

snoc an element onto the end of a container. This is an infix alias for snoc.
>>> "" |> 'a'
"a"
>>> "bc" |> 'a'
"bca"