Category:Elm: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 15: Line 15:


Similar but not quite like Haskell's Monads, Signals are the way of introducing side-effects in Elm. While (for example) an "Int" does not have a mutable state, a "Signal Int" does.
Similar but not quite like Haskell's Monads, Signals are the way of introducing side-effects in Elm. While (for example) an "Int" does not have a mutable state, a "Signal Int" does.

{{language programming paradigm|Functional}}
{{language programming paradigm|Declarative}}