Architecture.md Architecture in Elm This document is a collection of concepts and strategies to make large Elm projects modular and extensible. We will start by thinking about the structure of signals in our program. Broadly speaking, your application state should live in one big foldp. You will probably merge a bunch of input signals into a single stream of updates. This sounds a bit crazy at fir