Resources
Answers
Examples
Log in
Create free account
What do you want to save?
Add Code snippet
New code examples in category F#
Stefan Weiss
2021-10-29 08:52:11
fsharp map
(* Create an empty Map *) let students = Map.empty. (* Creating an empty Map *) Add("Zara Ali", "1501"). Add("Rishita Gupta", "1502"). Add("Robin Sahoo", "1503"). Add(&...
Add solution
SP999
2021-10-15 01:52:03
fsharp jwt
module JsonWebToken = open System open System.Text open System.Text.RegularExpressions open System.Security.Cryptography let replace (oldVal: string) (newVal: string) = fun (s: string) -> s.Replace(oldVal, newVal) let minify = ...
Add solution
Best helpers
daily
weekly
monthly
for 3 months
Ranking is empty
This website uses cookies to make IQCode work for you. By using this site, you agree to our
cookie policy
Pleased to see you again
Sign up to unlock all of IQCode features:
Master useful skills
Improve learning outcomes
Share your knowledge
Sign in
E-mail
Password
Recover lost password
Log in
Or log in with
Not registered?
Sign up takes less than a minute
Create a Free Account
Sign up to unlock all of IQCode features:
Master useful skills
Improve learning outcomes
Share your knowledge
Sign up
Email
Password
Sign up for free
Or sign up with
By signing up, you agree to the
Terms and Conditions
and
Privacy Policy
. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.