Now we've seen two list operators, :: and @. Let's compare them
::
@
'a -> 'a list -> 'a list
'a list -> 'a list -> 'a list
lst1 @ lst2