feat(door): Check in example door implementation

Checks in my classic, lockable door example implemented in Finito.

This does not yet contain the documentation of the door in the Haskell
version of Finito.
This commit is contained in:
Vincent Ambo 2018-09-26 11:36:08 +02:00
parent da66599696
commit 60824a06f1
3 changed files with 153 additions and 1 deletions

View file

@ -1,4 +1,5 @@
[workspace]
members = [
"finito-core"
"finito-core",
"finito-door"
]