How to filter String to [Maybe Char]?

Thank you for pointing that out.

do is using Monad. Does c <- “ab c” also mean a Monad is being used?

1 Like