7FU4ZOGCPSWQRJ5YDNA5GI6RUYEZIZD4XPALCRICGFNOFHZV666AC
7P3WY2CHMA5QFOYGENWGIIYXDIHOUFWIIBACUPQ7KKSOWILGW3HAC
, merge
merge :: NonEmptyList a -> NonEmptyList a -> NonEmptyList amerge (NonEmptyList a as) (NonEmptyList b bs) = NonEmptyList a $ as ++ [b] ++ bs
merge :: NonEmptyList a -> NonEmptyList a -> NonEmptyList a
merge (NonEmptyList a as) (NonEmptyList b bs) = NonEmptyList a $ as ++ [b] ++ bs