j
k
j a
j l
instance Alternative t => Monoid (Alt t a) where mempty = Alt empty (Alt m) `mappend` (Alt n) = Alt (m <|> n)
+1
Back to the thread
Back to the list