Snippets tagged inline

  • inline pow

    LanguagePrimitives help create inline functions

    42 people like this

    Posted: 13 years ago by Dmitri Pavlenkov

  • Fun with polynoms and inline

    for all those wanting to see the (rather unknown) statical interference of type-parameters (in contrast to generic type parameters) in action. I demonstrated this by having som e fun with basic algebra and polynoms

    0 people like this

    Posted: 12 years ago by Carsten König

  • .NET 1.1 collections in F#

    Even with the latest tools, we're sometimes exposed to .NET archeaology: parts of the framework designed before .NET 2. Examples of this are the dictionary classes from System.Collections, which are a little strongly typed, but not quite -- you see them if you call HttpUtility.ParseQueryString, or if you use pretty much anything in System.Configuration. Here's some code to make these classes a little safer in F#.

    3 people like this

    Posted: 10 years ago by Tim Robinson