exercism / fsharp

Exercism exercises in F#.
https://exercism.org/tracks/fsharp
MIT License
109 stars 97 forks source link

Implement new Concept Exercise: higher-order-functions #864

Open ErikSchierboom opened 4 years ago

ErikSchierboom commented 4 years ago

This issue describes how to implement the higher-order-functions concept exercise for the F# track.

Getting started

Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:

Please also watch the following video:

Goal

The goal of this exercise is to teach the student more advanced aspects of the Concept of Higher-order Functions in F#.

Learning objectives

Out of scope

Concepts

The Concepts this exercise unlocks are:

Prerequisites

This exercise's prerequisites Concepts are:

Any other data types used in this exercise (e.g. strings) should also be added as prerequisites.

Resources to refer to

Hints

After

Representer

This exercise does not require any specific representation logic to be added to the representer.

Analyzer

This exercise does not require any specific logic to be added to the analyzer.

Implementing

To implement this exercise, please follow these instructions.

Help

If you have any questions while implementing the exercise, please post the questions as comments in this issue.

ErikSchierboom commented 4 years ago

I'm working on this.