Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in referential-transparency

IO vs referential transparency

Can we consider Clojure's STM 'functional'? [closed]

Referential transparency in functional programming

Random-Pivot Quicksort in Haskell

How to impurely modify a state associated with an object?

How to handle state from external systems functionally?

Functional listener with state

How to guarantee referential transparency in F# applications?

Referential Transparency

Haskell - How can I use pure functions inside IO functions?

Using referential-transparency to pre-compute values in haskell

What do move semantics imply for referential transparency in Rust?

Why is Deferred factory method has return value in the context of F

Exceptions and referential transparency

Is there a bidirectional multimap persistent data structure?

understanding referential transparency

Why does laziness go well with referential transparency?

How to write a haskell function without IO in type sig by hiding 'state' changes

What happens if you compile a program that takes no input? (Haskell IO purity issues (again))

How is insert O(log(n)) in Data.Set?