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

Expand ocaml stdlib #221

Draft
wants to merge 15 commits into
base: expand-ocaml-stdlib
Choose a base branch
from
Draft

Conversation

7A1T
Copy link
Collaborator

@7A1T 7A1T commented Aug 16, 2022

Parameterise:

  • List
  • Array
  • Seq
  • Int32
  • Int64
  • Format
  • Buffer
  • Hashtbl
  • String
  • Int
  • Option

Expand:

  • List
  • Array
  • Seq
  • Int32
  • Int64
  • Format
  • Buffer
  • Hashtbl
  • String
  • Int
  • Option

@7A1T 7A1T changed the base branch from master to expand-ocaml-stdlib August 16, 2022 12:52
proofs/List.v Outdated Show resolved Hide resolved
proofs/List.v Outdated Show resolved Hide resolved
7A1T added 9 commits August 16, 2022 15:32
- Change configure.sh to generate a coqproject file containing all the *.v files.
- modify Buffer.v to correct imports and reformat into Coq syntax
- add Uchar.v for use in Buffer.v
- add blacklist.txt for any files that are not wanted in the _CoqProject
+ modified UChar to add utf_decode
add either for Either.t and add to coqproject
@7A1T 7A1T self-assigned this Aug 18, 2022
@7A1T
Copy link
Collaborator Author

7A1T commented Aug 19, 2022

Most of the definitions in Seq.v have been completed

@7A1T 7A1T removed their assignment Aug 19, 2022
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

Successfully merging this pull request may close these issues.

1 participant