Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in f#

F#: Custom exceptions. Is there a better way to overload the exception type?

exception f#

Using F# discriminated union alternative as parameter type

types f#

Making F# Test case methods public for unit testing with Nunit

f# nunit

How to do pointfree style with long parameter list

scala haskell f# pointfree

F# modeling playing cards

f# playing-cards

Nested functions performance (F#)

f# functional-programming

Events and Delegates in F#

c# .net f#

F# library expected to behave like C# when consumed

c# f#

In application script hosting. How does tryfsharp.org work?

f#

Splitting a tuple inline as parameters to a function with non-tuple arguments

f#

F# phantom types in practice

types f#

In F#: How do I obtain a list of the filenames in a directory; expected unit have string

lambda f# refactoring getfiles

How to iterate over each item once within a list in f# functionally?

f# functional-programming

F# array_chunk for Sequence

arrays f# sequence chunking

F#: Can't hide a type abbreviation in a signature? Why not?

f#

Discriminated unions and inheritance

Implementing a tail recursive version of quicksort-like function in F#/OCaml

Which language idioms/paradigms/features make it hard to add support for "type providers"?

F# Type Providers and REST apis

f# type-providers f#-3.0

F#: How to write the classic swap function?

f# pass-by-reference