Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Map.except
//F# Compiler for F# 4.0 (Open Source Edition), Mono 4.2.1 open System //an easier way of doing it would be something like //let swap f a b = f b a let except<'a,'b> = List.foldBack Map.remove let map1 = [(1, "a");(2,"b")] |> Map.ofList let res = except [2; 3] map1 printfn "Hello, World! %A" res
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
KR#2
FizzBuzz without Modulo in F#
lab 1
Musical Note Frequencies (Equal temperament)
Highly Modular FizzBuzz
Split list without mutable values
Yet another Fibonacci
test private keyword
code di ia
Recursion in F#
stackse - search stackoverflow differently
Please log in to post a comment.