0 people like it.

Hello

1: 
2: 
3: 
let hello nick = printfn "Hello %s" nick
let nicks = ["John"; "Jim"]
Seq.iter hello nicks
val hello : nick:string -> unit

Full name: Script.hello
val nick : string
val printfn : format:Printf.TextWriterFormat<'T> -> 'T

Full name: Microsoft.FSharp.Core.ExtraTopLevelOperators.printfn
val nicks : string list

Full name: Script.nicks
module Seq

from Microsoft.FSharp.Collections
val iter : action:('T -> unit) -> source:seq<'T> -> unit

Full name: Microsoft.FSharp.Collections.Seq.iter
Raw view Test code New version

More information

Link:http://fssnip.net/3L
Posted:15 years ago
Author:
Tags: