TypedExpression.IsPartialApplication<a,b> Method

Definition

public static bool IsPartialApplication<a,b> (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,a,b> kind);
static member IsPartialApplication : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, 'a, 'b> -> bool
Public Shared Function IsPartialApplication(Of a, b) (kind As QsExpressionKind(Of TypedExpression, a, b)) As Boolean

Type Parameters

a
b

Parameters

Returns

Boolean

Applies to