lambda Typer
Utils
Description
Synopsis
oneSplit :: Char -> [Char] -> ([Char], [Char]) Source #
Split a string into two substrings, the prefix up to the first occurrence of the given Char, and the suffix beginning after this occurrence.
input
output
stripPar :: [Char] -> [Char] Source #
strip a string from its outer parenthesis if there is any