What does this F# code look like in Erlang – Part 3 of N
Related Posts Part 1 Part 2 Part 4 Throwing Exceptions In F#, you can define a custom exception type by creating a type that inherit from System.Exception or using the lightweight exception syntax to define them with the same syntax as discriminated unions. You can throw exceptions in F# using the raise keyword or …
What does this F# code look like in Erlang – Part 3 of N Read More »