Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle infinite data with finite representations. #14

Open
fsvieira opened this issue Feb 13, 2018 · 0 comments
Open

Handle infinite data with finite representations. #14

fsvieira opened this issue Feb 13, 2018 · 0 comments
Milestone

Comments

@fsvieira
Copy link
Owner

Currently there are some tests with infinite data, they stop because the zebradb-core allows to put a limit on branch depth creation.

For example natural numbers are infinite, one of the definitions can be (nat 0) (nat (nat 'x)) witch are
infinite, the idea is to make an finite representation something like (nat (nat 'x=[0 | (nat 'x)]).

@fsvieira fsvieira added this to the Version 1.3.0 milestone Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant