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:
parent
6d11928efe
commit
da66599696
3 changed files with 186 additions and 0 deletions
4
Cargo.toml
Normal file
4
Cargo.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"finito-core"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue