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
$ fsharpc -a --sig:paramargs.fsi paramargs.fs
F# Compiler for F# 3.1(Open Source Edition)
Freely distributed under the Apache 2.0 Open Source License
$ fsharpc -a paramargs.fsi paramargs.fs
F# Compiler for F# 3.1(Open Source Edition)
Freely distributed under the Apache 2.0 Open Source License
paramargs.fsi(3,18): warning FS0046: The identifier 'params' is reserved for future use by F#
paramargs.fsi(3,29):error FS0613:Syntax error in labelled type argument
Apparently [<System.ParamArray>] should be used in the fsi instead of "params".
The text was updated successfully, but these errors were encountered:
The compiler generates an invalid interface definition when compiling
Building as follows results in an error:
Apparently
[<System.ParamArray>]
should be used in the fsi instead of "params".The text was updated successfully, but these errors were encountered: