Keywords.QsKeyword.parse Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0)]
public Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<Microsoft.FSharp.Collections.FSharpList<Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic>>,FParsec.Reply<Microsoft.Quantum.QsCompiler.DataTypes.Range>> parse { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0)>]
parse : FParsec.CharStream<List<Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic>> -> FParsec.Reply<Microsoft.Quantum.QsCompiler.DataTypes.Range>
Public ReadOnly Property parse As FSharpFunc(Of CharStream(Of FSharpList(Of QsCompilerDiagnostic)), Reply(Of Range))

Property Value

Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<Microsoft.FSharp.Collections.FSharpList<QsCompilerDiagnostic>>,FParsec.Reply<Range>>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to