Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ hevm_multi_fast=$(filter-out $(hevm_multi_slow), $(hevm_multi_pass))
failing_typing=tests/frontend/pass/dss/vat.act tests/frontend/pass/creation/createMultiple.act tests/frontend/pass/staticstore/staticstore.act


coq-examples = tests/coq/transitions tests/coq/safemath tests/coq/exponent tests/coq/token tests/coq/ERC20-simple tests/coq/ERC20 tests/coq/multi
coq-examples = tests/coq/transitions tests/coq/safemath tests/coq/exponent tests/coq/token tests/coq/ERC20-simple tests/coq/ERC20 tests/coq/multi tests/coq/amm

.PHONY: test-coq $(coq-examples)
test-coq: compiler $(coq-examples)
Expand Down
2 changes: 1 addition & 1 deletion src/Act/CLI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import Act.Syntax.TypedExplicit hiding (_Array)
import Act.Bounds
import Act.SMT as SMT
import Act.Type
import Act.Coq hiding (indent)
import Act.Coq hiding (indent, (<+>))
import Act.HEVM
import Act.HEVM_utils
import Act.Consistency
Expand Down
Loading