Skip to content

ranyou/syb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Scrap Your Boilerplate

This repo implements the generic programming algorithms presented in:

Scrap your boilerplate: a practical design for generic programming

To test the implementation, first load the Gmap.hs file into the REPL by

$ ghci Gmap.hs

Then, in the REPL, enter the following commands to test for different functionalities:

  • Perform generic transformations:
Main> increase’ 0.1 genCom
  • Perform generic queries:
Main> salaryBill genCom
  • Perform monadic transformations:
Main> lookupSalaries genCom

About

Implementation of "scrap your boilerplate" in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors