pub fn lambda_parser( stmt_parser: impl Parser<char, Statement, Error = Simple<char>>, ) -> impl Parser<char, LambdaBlock, Error = Simple<char>>