Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Change size_t representation in Coq model #42

@jadephilipoom

Description

@jadephilipoom

Currently it's represented by nat, which is the theoretical-mathematics version of a natural number, but it would be better to use N, the binary version, since we're never doing mathematical induction on it and it would save silly work converting between the two.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions