You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* first commit
* Fix instances for record fields
* Break modules up
* Deriving Show (#5)
* Initial work on deriving Show
* Add test for Show
* Remove import
* Travis etc.
* 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
* Update for PureScript 0.11
* Add Generic instance for Maybe (#9)
* Add missing Bounded instances for Argument
* Add GenericEnum and GenericBoundedEnum
* Add enum tests, convert existing "tests" into assertions
* Product instances in Bounded and Enum
* 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
* Remove Rec and Field & update package & bower symbols
* Bump deps for compiler/0.12
* Remove symbols and fix operator fixity issue
* Update dependencies, license
* Added HeytingAlgebra, Semiring, Ring
* Fix type annotation precedence in tests
* Replace monomorphic proxies by Type.Proxy.Proxy (#44)
* Remove Generic Maybe instance
* Remove Generic Enum from src and test
* Move all files to their correct folders and rename files to Generic.purs
* Update module names to match their file names
* Move test file for Data.Generic.Rep into proper folder and rename
* Update generic-rep test file module to match file path
* Rename generic-rep test name to testGenericRep
* Replace generic Show's Foldable.intercalate usage with FFI
* Replace Tuple with Pair in Data.Generic.Rep tests
* Remove Maybe import from Data.Generic.Rep test file
* Remove Maybe import from Data.Generic.Rep
* Extract AlmostEff and assert to Test.Utils.purs file
* Update Data.Generic.Rep tests to use AlmostEff; include it in main tests
* Import implies in Data.Generic.Rep tests
Co-authored-by: Phil Freeman <[email protected]>
Co-authored-by: Matthew Leon <[email protected]>
Co-authored-by: Gary Burgess <[email protected]>
Co-authored-by: Liam Goodacre <[email protected]>
Co-authored-by: Jorge Acereda <[email protected]>
Co-authored-by: Kristoffer Josefsson <[email protected]>
Co-authored-by: Denis Stoyanov <[email protected]>
Co-authored-by: Harry Garrood <[email protected]>
Co-authored-by: Cyril <[email protected]>
0 commit comments