All Projects → atzeus → Reflectionwithoutremorse

atzeus / Reflectionwithoutremorse

Licence: mit
Code accompanying the paper Reflection without Remorse:Revealing a hidden sequence to speed up monadic reflection

Programming Languages

haskell
3896 projects

Code accompanying the paper Reflection without Remorse:Revealing a hidden sequence to speed up monadic reflection

This code is organized as follows:

  • The root contains benchmarks, demonstrating how our solution improves performance
  • BeforeFix contains the code of various monads before applying our techniques
  • AfterFix contains the code of the same monads with our techniques applied
  • Data contains various type-aligned sequences
  • CPS contains various continuation passing style constructs

To run the LogicT examples with a two continuation passing implementation do:

cabal install logict

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].