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

Moving prims.fst to Prims.fst #3479

Merged
merged 5 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/fsdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pushd ulib
FST_FILES=(FStar.*.fst FStar.*.fsti)

# In case some files needs to be removed use this:
# FST_FILES=( ${FST_FILES[@]/"prims.fst"} )
# FST_FILES=( ${FST_FILES[@]/"Prims.fst"} )

../bin/fstar-any.sh --odir "../$FSDOC_ODIR" --doc ${FST_FILES[*]}
popd
Expand Down
3 changes: 2 additions & 1 deletion doc/book/code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ depend: .depend
touch -c $@

wc:
wc -l prims.fst $(ALL)
# Prims.fst seems to be missing here?
wc -l Prims.fst $(ALL)


extract:
Expand Down
2 changes: 1 addition & 1 deletion doc/book/code/exercises/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depend: .depend
touch -c $@

wc:
wc -l prims.fst $(ALL)
wc -l Prims.fst $(ALL)


extract:
Expand Down
92 changes: 46 additions & 46 deletions ocaml/fstar-lib/generated/FStar_InteractiveHelpers_Base.ml

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions ocaml/fstar-lib/generated/FStar_InteractiveHelpers_Effectful.ml

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions ocaml/fstar-lib/generated/FStar_InteractiveHelpers_ExploreTerm.ml

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions ocaml/fstar-lib/generated/FStar_InteractiveHelpers_Output.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading