fork download
  1. let rec fun x
  2. 5 + x
  3.  
  4. printfn (fun 3)
  5.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/HKkrhk/prog.fs(1,9): error FS0010: Unexpected keyword 'fun' in binding

/home/HKkrhk/prog.fs(4,15): error FS0010: Incomplete structured construct at or before this point in lambda expression. Expected '->' or other token.

/home/HKkrhk/prog.fs(4,9): error FS0583: Unmatched '('
stdout
Standard output is empty