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

Hashable type class #189

Closed
wants to merge 7 commits into from
Closed

Commits on Oct 11, 2018

  1. Add Hashable class

    fehrenbach committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    3d52f99 View commit details
    Browse the repository at this point in the history
  2. Improve Hashable Boolean

    fehrenbach committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    7a3ab4a View commit details
    Browse the repository at this point in the history
  3. Spaces and whatnot

    fehrenbach committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    73ba14c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Add comments about hash functions

    and fix the record hash function in the process
    fehrenbach committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    7ee0dab View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    bc4c9c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Fix spelling

    fehrenbach authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    1c3d4f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Make length contribute to array hash

    Hash values of 0 are not uncommon, e.g., 0, false, Nothing, {}, ...
    We do not want to hash [true], [false, true], [false, false, true], ... to the same value.
    fehrenbach authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    89c0a11 View commit details
    Browse the repository at this point in the history