We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c73196 commit 128da51Copy full SHA for 128da51
src/Compiler/SyntaxTree/UnicodeLexing.fs
@@ -8,7 +8,7 @@ open Internal.Utilities.Text.Lexing
8
9
type Lexbuf = LexBuffer<char>
10
11
-type LexBuffer<'char> with
+type LexBuffer<'Char> with
12
13
member lexbuf.GetLocalData<'T when 'T: not null>(key: string, initializer) =
14
match lexbuf.BufferLocalStore.TryGetValue key with
src/Compiler/SyntaxTree/UnicodeLexing.fsi
@@ -9,7 +9,7 @@ open Internal.Utilities.Text.Lexing
member GetLocalData<'T when 'T: not null> : key: string * initializer: (unit -> 'T) -> 'T
member TryGetLocalData<'T when 'T: not null> : key: string -> 'T option
15
0 commit comments