Elm Friday: Type System Basics – Union Types and Tagged Unions (Part X)
03/21/16
Elm Friday: Union Types In the last episode we took a look at some of the type constructs Elm provides,... Read more
03/21/16
Elm Friday: Union Types In the last episode we took a look at some of the type constructs Elm provides,... Read more
01/16/16
We have already touched the topic of Elm’s type system briefly (for example in post VI about type annotations) but... Read more
12/18/15
Nearly all modules you’ll write in Elm need to import other modules to do their work; also, all our examples... Read more
12/14/15
MicroPlode – A Microservices Experiment Part I: MicroPlode – A Microservices Experiment Part II: MicroPlode – Implementing the first Microservice... Read more
12/04/15
Lists are one of the core data structures in Elm. Elm supports lists on the syntactical level and the List... Read more
11/27/15
One of Elm’s most important characteristics is its static type system. This enables Elm to make much stronger guarantees during... Read more
11/20/15
Elm is a functional language, so naturally, functions and function calls are pretty important. We have already seen some functions... Read more
11/13/15
About This Series This is the fourth post in a series of short and sweet blog posts about Elm. The... Read more
11/13/15
About This Series This is the third post in a series of short and sweet blog posts about Elm. The... Read more