Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 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
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ src/dist/
**/RocqMakefile
**/RocqMakefile.conf
**/.RocqMakefile.d
**/CoqMakefile
**/CoqMakefile.conf
**/.CoqMakefile.d
**/.lia.cache
*.aux
**/.coqdeps.d
Expand All @@ -31,5 +34,11 @@ doc/book
# direnv
.direnv/

# lean
**/.lake/
**/lake-manifest.json

*~
*#

*.DS_Store
1 change: 1 addition & 0 deletions act.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ library
Act.Lex
Act.Parse
Act.Rocq
Act.Lean
Act.Syntax
Act.Syntax.Untyped
Act.Syntax.Typed
Expand Down
3 changes: 2 additions & 1 deletion doc/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
# Verification with act

- [hevm backend: Equivalence to EVM bytecode](./equiv.md)
- [Rocq backend](./rocq.md)
- [Rocq backend](./rocq.md)
- [Lean backend](./lean.md)



Expand Down
99 changes: 0 additions & 99 deletions doc/src/internals.md

This file was deleted.

Loading
Loading