Skip to content

Commit

Permalink
Merge pull request #3479 from FStarLang/guido_Prims
Browse files Browse the repository at this point in the history
Moving prims.fst to Prims.fst
  • Loading branch information
mtzguido authored Sep 16, 2024
2 parents 0cc81be + 973e90c commit 921b8c3
Show file tree
Hide file tree
Showing 43 changed files with 524 additions and 529 deletions.
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

0 comments on commit 921b8c3

Please sign in to comment.