Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Generic programming using an approach inspired by GHC.Generics

Notifications You must be signed in to change notification settings

purescript-deprecated/purescript-generics-rep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 

Repository files navigation

DEPRECATED

The library is no longer maintained under this repository as of the PureScript 0.14 compiler release. Relevant functionality has been moved into other repositories:

  • Most code has been moved to prelude
  • Enum-related code has been moved to enums
  • The Maybe type's Generic instance has been moved to maybe
  • The Either type's Generic instance has been moved to either
  • The Tuple type's Generic instance has been moved to tuple

Previous releases will continue to work for older libraries which depend on them.