Skip to content

lua-purescript/purescript-generics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-generics

Latest release Build Status Dependency Status

Generic programming.

Usage

bower install purescript-generics

The methods in the Generic type class can be derived in versions >= 0.7.3 of the PureScript compiler with the following syntax:

derive instance genericMyType :: Generic MyType

There are some example usages of the library in the tests.

Documentation

Module documentation is published on Pursuit.

About

Generic Programming

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 95.8%
  • Lua 4.2%