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

Port Enum parts of generics-rep to this repo #46

Merged
merged 40 commits into from
Dec 25, 2020
Merged

Port Enum parts of generics-rep to this repo #46

merged 40 commits into from
Dec 25, 2020

Commits on Oct 1, 2016

  1. first commit

    paf31 committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    4433916 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

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

Commits on Oct 5, 2016

  1. Merge pull request #2 from purescript/fix-field-instances

    Fix instances for record fields
    paf31 authored Oct 5, 2016
    Configuration menu
    Copy the full SHA
    f1f8937 View commit details
    Browse the repository at this point in the history
  2. Break modules up

    paf31 committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    4ef9d05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from purescript/break-up

    Break up modules
    paf31 authored Oct 5, 2016
    Configuration menu
    Copy the full SHA
    2af1ad5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Deriving Show (#5)

    * Initial work on deriving Show
    
    * Add test for Show
    
    * Remove import
    
    * Travis etc.
    paf31 authored Dec 11, 2016
    Configuration menu
    Copy the full SHA
    3535d02 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Data.Generic.Rep.Bounded (#6)

    * Data.Generic.Rep.Bounded
    
    Generic implementations of Prelude.Bounded class's top and bottom.
    
    * GenericBounded - don't support product types
    
    * GenericBounded - only support NoArguments
    matthewleon authored and paf31 committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    36804af View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2017

  1. Update for PureScript 0.11

    garyb committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    1d325b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from purescript/ps-0.11

    Update for PureScript 0.11
    garyb authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    4a65e65 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Add Generic instance for Maybe (#9)

    LiamGoodacre authored and paf31 committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    0cbb8df View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. Configuration menu
    Copy the full SHA
    75f6da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    793d1d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5300770 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from purescript/generic-enum

    Add classes for Enum deriving
    garyb authored Aug 5, 2017
    Configuration menu
    Copy the full SHA
    48e0fbb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

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

Commits on Sep 1, 2017

  1. Merge pull request #16 from jacereda/master

    Product instances in Bounded and Enum
    paf31 authored Sep 1, 2017
    Configuration menu
    Copy the full SHA
    4b57bce View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Added GenericShowFields instances for NoConstructors and NoArguments (#…

    …20)
    
    * Added Eq and Show instances to NoArguments and NoConstructors
    
    * Added GenericShowFields
    
    * Removed Show, Eq
    
    * Cleanup
    
    * Removed NoConstructors Show instance
    kejace authored and paf31 committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    5fc435b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

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

Commits on Apr 19, 2018

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

Commits on Apr 25, 2018

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

Commits on May 23, 2018

  1. Update dependencies, license

    garyb committed May 23, 2018
    Configuration menu
    Copy the full SHA
    0dcffa8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from purescript/compiler/0.12

    Updates for 0.12
    garyb authored May 23, 2018
    Configuration menu
    Copy the full SHA
    ea55f40 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Added HeytingAlgebra, Semiring, Ring

    xgrommx authored and LiamGoodacre committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    c564620 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

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

Commits on Jan 14, 2019

  1. Merge pull request #31 from anttih/add-guide

    Add guide
    garyb authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    52883b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    952627c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from purescript/update-ci

    Update CI
    garyb authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    13fffbc View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

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

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    edfa4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab11f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f837e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a348a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5d3c2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e01e7b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac17a31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6abca2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c185b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d01526 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8bbb2aa View commit details
    Browse the repository at this point in the history
  12. Remove unused logShow

    JordanMartinez committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    4469b2e View commit details
    Browse the repository at this point in the history