Skip to content

jali-clarke/history-monad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

history-monad

Like a state monad, but it stores a list of state modifiers.

The usual "get" and "set", as well as other MonadState-supported actions, will act using only the current state.

Later on I'll upgrade this to use a tree of states, analogous to multiple timelines. This will almost certainly be handled using a zipper.

About

Like a state monad, but it stores a list of saved states.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published