0 people like it.

All subsets of a set

A function implemented using sequence expressions that returns all subsets of a specified set. The function is not optimized, but it is very easy to understand.

1: 
2: 
let msg = "world"
printfn "Hello %s!" msg
val msg : string

Full name: Script.msg
val printfn : format:Printf.TextWriterFormat<'T> -> 'T

Full name: Microsoft.FSharp.Core.ExtraTopLevelOperators.printfn
Raw view Test code New version

More information

Link:http://fssnip.net/fn
Posted:11 years ago
Author:test
Tags: tryfsharp