F# – Define empty class, struct or interface types

Yan Cui

I help clients go faster for less using serverless technologies.

In C#, you define an empty class, struct, or interface like this:

image

So how do you define an empty type in F#?

Well, whenever you define a new class in F#, the compiler infers the class and end tokens at the beginning and end of the class’s definition, as you can see from below:

image

So the easiest way to define an empty type is to specify the class and end tokens explicitly:

image

Running these few lines of code into the F# interactive outputs the following:

image

For class types, you also have other alternative techniques, such as:

image


Whenever you’re ready, here are 3 ways I can help you:

  1. Production-Ready Serverless: Join 20+ AWS Heroes & Community Builders and 1000+ other students in levelling up your serverless game.
  2. Consulting: If you want to improve feature velocity, reduce costs, and make your systems more scalable, secure, and resilient, then let’s work together and make it happen.
  3. Join my FREE Community on Skool, where you can ask for help, share your success stories and hang out with me and other like-minded people without all the negativity from social media.

 

Leave a Comment

Your email address will not be published. Required fields are marked *