import public Text.Regex.Interfaceimport public Text.Regex.Parser
parseGlob : Regex rx => String -> Either BadRegex (rx String)