Ahnfelt / elm-editable-tree

A very simple example that shows how to implement an editable tree structure in Elm. The trick is a recursive Model type, the recursive use of update and view, and the At i msg combinator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A very simple example that shows how to implement an editable tree structure in Elm. The trick is a recursive Model type, the recursive use of update and view, and the At i msg combinator.


Languages

Language:Elm 100.0%