Store and apply operations on list data in F#

Beginner
Developer
Student
.NET

Learn how to write programs by using lists, and learn how to use the list properties and list functions that are specified in the list module.

Learning objectives

In this module, you will:

  • Explore collection data structures.
  • Learn about the basic properties in a list structure.
  • Use the list module to carry out some more advanced operations.

Prerequisites

  • Knowledge about running commands at the console
  • F# (.NET Core), installed
  • Knowledge about declaring variables
  • Understanding of functions and how to declare and run them