|
| 1 | +neg68.fsx(138,15,138,16): typecheck info FS3370: The use of '!' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change '!cell' to 'cell.Value'. |
1 | 2 |
|
2 | | -neg68.fsx(71,46,71,47): parse error FS0010: Unexpected symbol ')' in binding. Expected incomplete structured construct at or before this point or other token. |
3 | | - |
4 | | -neg68.fsx(71,32,71,33): typecheck error FS0062: This construct is for ML compatibility. Consider using the '+' operator instead. This may require a type annotation to indicate it acts on strings. This message can be disabled using '--nowarn:62' or '#nowarn "62"'. |
5 | | - |
6 | | -neg68.fsx(71,30,71,46): typecheck error FS0001: This expression was expected to have type |
7 | | - 'float' |
8 | | -but here has type |
9 | | - 'string' |
10 | | - |
11 | | -neg68.fsx(71,30,71,31): typecheck error FS1133: No constructors are available for the type 'm' |
12 | | - |
13 | | -neg68.fsx(71,43,71,44): typecheck error FS0062: This construct is for ML compatibility. Consider using the '+' operator instead. This may require a type annotation to indicate it acts on strings. This message can be disabled using '--nowarn:62' or '#nowarn "62"'. |
14 | | - |
15 | | -neg68.fsx(71,39,71,45): typecheck error FS0001: The type 'string' does not match the type 'int' |
16 | | - |
17 | | -neg68.fsx(71,39,71,41): typecheck error FS1133: No constructors are available for the type 'kg' |
18 | | - |
19 | | -neg68.fsx(71,44,71,45): typecheck error FS0001: This expression was expected to have type |
20 | | - 'string' |
21 | | -but here has type |
22 | | - 'int' |
23 | | - |
24 | | -neg68.fsx(123,40,123,41): typecheck error FS0001: The type 'bool' does not match the type 'float<'u>' |
25 | | - |
26 | | -neg68.fsx(123,38,123,39): typecheck error FS0043: The type 'bool' does not match the type 'float<'u>' |
| 3 | +neg68.fsx(158,24,158,26): typecheck info FS3370: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. |
0 commit comments