Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concept: Phantom types #530

Closed
ceddlyburge opened this issue Nov 15, 2022 · 0 comments · Fixed by #541
Closed

Concept: Phantom types #530

ceddlyburge opened this issue Nov 15, 2022 · 0 comments · Fixed by #541
Assignees
Labels
x:action/create Work on something from scratch x:knowledge/intermediate Quite a bit of Exercism knowledge required x:module/concept Work on Concepts x:module/concept-exercise Work on Concept Exercises x:priority/high Has a higher priority than other issues x:size/large Large amount of work x:type/content Work on content (e.g. exercises, concepts)

Comments

@ceddlyburge
Copy link
Contributor

Design

Goal

The goal of this exercise is to teach students how any why to make and use phantom types

Learning objectives

  • Understand what a phantom type is.
  • Know how to create phantom types.
  • Know why phantom types are important.

Concepts

  • phantom-types: Learn how to create and use phantom types in Elm.

Prerequisites

  • opaque-types: Learn how and why to create opaque types in Elm.
@ceddlyburge ceddlyburge added x:action/create Work on something from scratch x:knowledge/intermediate Quite a bit of Exercism knowledge required x:module/concept Work on Concepts x:module/concept-exercise Work on Concept Exercises x:type/content Work on content (e.g. exercises, concepts) x:size/large Large amount of work x:priority/high Has a higher priority than other issues labels Nov 15, 2022
@ceddlyburge ceddlyburge changed the title Phantom types Concept: Phantom types Nov 16, 2022
@jiegillet jiegillet self-assigned this Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/create Work on something from scratch x:knowledge/intermediate Quite a bit of Exercism knowledge required x:module/concept Work on Concepts x:module/concept-exercise Work on Concept Exercises x:priority/high Has a higher priority than other issues x:size/large Large amount of work x:type/content Work on content (e.g. exercises, concepts)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants