fork download
  1. let rec summ5 x =
  2. 5 + x
  3.  
  4.  
  5. let res = summ5 3
  6. printfn "%b" res
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/ykBwgw/prog.fs(6,14): error FS0001: This expression was expected to have type
    bool    
but here has type
    int    
stdout
Standard output is empty