import public Control.Lensprefixed : Eq a => SnocList a -> Prism' (SnocList a) (SnocList a)A prism that strips a prefix from a snoclist of values.
suffixed : Eq a => SnocList a -> Prism' (SnocList a) (SnocList a)A prism that strips a suffix from a snoclist of values.
reversed : Iso (SnocList a) (SnocList b) (SnocList a) (SnocList b)An isomorphism between a snoclist and its reverse.