Skip to content

Commit 0a89ee6

Browse files
authored
Merge pull request #4155 from FStarLang/_fstar2_no_monotonic_heap
Use Pulse for verified stateful programming: Remove heap model and witness/recall, etc
2 parents 1cb0aca + 62e9fda commit 0a89ee6

File tree

317 files changed

+472
-42242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+472
-42242
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,14 +613,11 @@ need_fstar_exe:
613613
false; \
614614
fi
615615

616-
_doc: _doc_book_code _doc_old_tutorial
616+
_doc: _doc_book_code
617617

618618
_doc_book_code: need_fstar_exe .force
619619
+$(MAKE) -C doc/book/code FSTAR_EXE=$(FSTAR_EXE)
620620

621-
_doc_old_tutorial: need_fstar_exe .force
622-
+$(MAKE) -C doc/old/tutorial regressions FSTAR_EXE=$(FSTAR_EXE)
623-
624621
_unit-tests: need_fstar_exe .force
625622
+$(MAKE) -C tests all FSTAR_EXE=$(FSTAR_EXE)
626623

doc/old/tutorial/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

doc/old/tutorial/Makefile

Lines changed: 0 additions & 27 deletions
This file was deleted.

doc/old/tutorial/code/exercises/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

doc/old/tutorial/code/exercises/Ex01a.fst

Lines changed: 0 additions & 87 deletions
This file was deleted.

doc/old/tutorial/code/exercises/Ex02a.fst

Lines changed: 0 additions & 30 deletions
This file was deleted.

doc/old/tutorial/code/exercises/Ex03a.fst

Lines changed: 0 additions & 29 deletions
This file was deleted.

doc/old/tutorial/code/exercises/Ex03b.fst

Lines changed: 0 additions & 23 deletions
This file was deleted.

doc/old/tutorial/code/exercises/Ex03c.fst

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)