You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
test.fsx(31,34,31,40): typecheck error FS3224: The byref pointer is readonly, so this write isnot permitted.
3
+
4
+
test.fsx(34,32,34,40): typecheck error FS0257: Invalid mutation of a constant expression. Consider copying the expressionto a mutable local, e.g. 'let mutable x= ...'.
5
+
6
+
test.fsx(38,36,38,38): typecheck error FS0001: Type mismatch. Expecting a
7
+
'byref<'T>'
8
+
but given a
9
+
'inref<'T>'
10
+
The type 'ByRefKinds.InOut' doesnot match the type 'ByRefKinds.In'
11
+
12
+
test.fsx(42,36,42,38): typecheck error FS0001: Type mismatch. Expecting a
13
+
'outref<'T>'
14
+
but given a
15
+
'inref<'T>'
16
+
The type 'ByRefKinds.Out' doesnot match the type 'ByRefKinds.In'
17
+
18
+
test.fsx(47,38,47,40): typecheck error FS0001: Type mismatch. Expecting a
19
+
'byref<'T>'
20
+
but given a
21
+
'inref<'T>'
22
+
The type 'ByRefKinds.InOut' doesnot match the type 'ByRefKinds.In'
23
+
24
+
test.fsx(52,38,52,40): typecheck error FS0001: Type mismatch. Expecting a
25
+
'outref<'T>'
26
+
but given a
27
+
'inref<'T>'
28
+
The type 'ByRefKinds.Out' doesnot match the type 'ByRefKinds.In'
29
+
30
+
test.fsx(57,38,57,40): typecheck error FS0001: Type mismatch. Expecting a
31
+
'byref<'T>'
32
+
but given a
33
+
'inref<'T>'
34
+
The type 'ByRefKinds.InOut' doesnot match the type 'ByRefKinds.In'
35
+
36
+
test.fsx(62,38,62,40): typecheck error FS0001: Type mismatch. Expecting a
37
+
'outref<'T>'
38
+
but given a
39
+
'inref<'T>'
40
+
The type 'ByRefKinds.Out' doesnot match the type 'ByRefKinds.In'
41
+
42
+
test.fsx(66,34,66,47): typecheck error FS1204: This construct isfor usein the FSharp.Core libraryand shouldnot be used directly
43
+
44
+
test.fsx(66,34,66,47): typecheck error FS1204: This construct isfor usein the FSharp.Core libraryand shouldnot be used directly