Control.Lens.Cons
class Cons p f s t a b
(<|)
cons
uncons
_head
_tail
class Snoc p f s t a b
(|>)
snoc
unsnoc
_init
_last