rescript-lang/rescript-lang.org

Document co / contravariance (`<+a>`, `<-a>`)

Open

#149 opened on Jan 1, 2021

 (3 comments) (2 reactions) (0 assignees)MDX (258 forks)github user discovery
help wantedmanual

Repository metrics

Stars
 (1,855 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

This one is definitely an advanced topic.

  • What does + and - mean?
  • What syntax constructs are possible? (type, function, etc.)
  • What practical use-cases does it have / Why do we need it?

Things to avoid:

  • Complex / too scientific wording
  • Too generic examples without practical context

Hints:

  • We use a covariant type in Js.Promise.t (see it here)

Contributor guide