Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
FizzBuzz without Modulo in F#
Give F# Some Love!
Sending an email
KR#2
Average Square Error
Split list without mutable values
Musical Note Frequencies (Equal temperament)
test private keyword
Highly Modular FizzBuzz
code di ia