Skip to content
Open
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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// Coq Files
CoqMakefile.conf
*.vo
*.vok
*.vos
*.glob
*.aux
*.d
Expand Down
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
url = https://github.com/tebbi/coqdocjs.git
[submodule "external/smpl"]
path = external/smpl
url = https://github.com/sigurdschneider/smpl.git
url = https://github.com/uds-psl/smpl.git
[submodule "external/base"]
path = external/base
url = https://github.com/haansn08/base-library.git
3 changes: 1 addition & 2 deletions _CoqProject
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
-R external/base/ "Shared"
-R external/base/ "PslBase"
-R external/smpl/theories/ smpl
-I external/smpl/src/
-R theories/ "ProgrammingTuringMachines"

-install none
COQDOCFLAGS = "--charset utf-8 --parse-comments --with-header ./website/header.html --with-footer ./website/footer.html --index indexpage --coqlib https://coq.inria.fr/distrib/V8.8.1/stdlib/"

# Basics
Expand Down
1 change: 1 addition & 0 deletions external/base
Submodule base added at 0fea72
70 changes: 0 additions & 70 deletions external/base/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions external/base/Base.v

This file was deleted.

52 changes: 0 additions & 52 deletions external/base/Bijection.v

This file was deleted.

Loading