//
// MPParenthesisTerm.h
// MathKit
//
// Created by Kim Wittenburg on 15.11.14.
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
//
#import "MPFunctionTerm.h"
/*!
@header
This file contains the MPParenthesisTerm class.
*/
@class MPParenthesisTerm;
/*!
@class MPParenthesisTerm
@abstract Represents a @link
//apple_ref/occ/cl/MPParenthesisFunction@/link.
@discussion A parenthesis function encapsulates a term and thus prioritizes
it in evaluation.
*/
@interface MPParenthesisTerm : MPFunctionTerm
@end