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

TP3: Set #14

Open
damdamo opened this issue Nov 1, 2018 · 0 comments
Open

TP3: Set #14

damdamo opened this issue Nov 1, 2018 · 0 comments

Comments

@damdamo
Copy link
Contributor

damdamo commented Nov 1, 2018

Certains d'entre vous ont du mal à comprendre comment est construit un set:

Un set peut soit être:

  • Set.empty() (set vide)
  • Set.cons(first, rest), où first est un élément et rest est un set.

Ainsi vous pouvez écrire: Set.cons(Variable(named:"first"), Variable(named:"rest"))

Maintenant c'est à vous d'écrire les axiomes !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant