feat(core): Check in Finito core library

The implementation of this library is closely modeled after the core
abstraction in the Haskell library. This does not at all concern
itself with persistence, interpretation of effects and so on.
This commit is contained in:
Vincent Ambo 2018-09-26 11:34:37 +02:00
parent 6d11928efe
commit da66599696
3 changed files with 186 additions and 0 deletions

4
Cargo.toml Normal file
View file

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