fn parse_boolean_atom<T, U>(
pair: Pair<'_, Rule>,
builder: &U,
ctx: &TLAParsingContext<'_>,
) -> Result<BooleanExpression<T>, Error>where
T: Atomic + 'static,
U: IsDeclared<T> + IsDeclared<Parameter>,Expand description
Parse boolean_atom