Skip to content

Use integer instead of naturals #140

Description

@Kalashnikovni

Currently we use long long unsigned int to represent elements of sets. This is problematic, because we allow negative expressions, so types are mixed and narrowing takes place. So we will substitute NAT directly with INT.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions