Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

mateiadrielrafael/purescript-reverse-state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 This repo has been moved to prescientmoon/purescript-reverse-state 🚧

Reverse state

My experiments with reverse state in purescript. Here's a short proof of concept

do
    future <- get -- 4
    modify \a -> a * 2
    future' <- get -- 2
    put 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published