SyntaxBuilder.skipPiecesUntil<a,b,c> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<b>,FParsec.Reply<Microsoft.FSharp.Core.Unit>> skipPiecesUntil<a,b,c> (Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<b>,FParsec.Reply<a>> nonBreakingPieces, Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<b>,FParsec.Reply<c>> target);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.TextProcessing.SyntaxBuilder.skipPiecesUntil : (FParsec.CharStream<'b> -> FParsec.Reply<'a>) -> (FParsec.CharStream<'b> -> FParsec.Reply<'c>) -> (FParsec.CharStream<'b> -> FParsec.Reply<unit>)
Public Shared Function skipPiecesUntil(Of a, b, c) (nonBreakingPieces As FSharpFunc(Of CharStream(Of b), Reply(Of a)), target As FSharpFunc(Of CharStream(Of b), Reply(Of c))) As FSharpFunc(Of CharStream(Of b), Reply(Of Unit))
Type Parameters
- a
- b
- c
Parameters
- nonBreakingPieces
- Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<b>,FParsec.Reply<a>>
- target
- Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<b>,FParsec.Reply<c>>
Returns
- Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<b>,FParsec.Reply<Microsoft.FSharp.Core.Unit>>
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute