parenthesised

A parser that parses an expression enclosed in parentheses.

Return

A parser that parses the expression inside parentheses.

Parameters

parser

The parser for the expression inside the parentheses.