Skip to content

prophile/variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

variables 0.1.2

There have been a number of "monads-with-variables" implementations on Hackage. They generally involve deep magic like type families for the "variable type" of a particular monad.

The approach here is just to make the "variable type" for a monad m the type Variable m, which is essentially a tuple of a getter and a setter.

Build Status

About

Haskell variables without type families

Resources

License

Stars

Watchers

Forks

Packages

No packages published