forked from LPCIC/coq-elpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_CoqProject.test
37 lines (34 loc) · 879 Bytes
/
_CoqProject.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
-arg -w -arg +elpi.deprecated
-arg -bt
-Q theories elpi
-Q examples elpi.examples
-Q tests elpi.tests
-I src/
-Q elpi unreleased
-docroot elpi
examples/tutorial_elpi_lang.v
examples/tutorial_coq_elpi_HOAS.v
examples/tutorial_coq_elpi_command.v
examples/tutorial_coq_elpi_tactic.v
examples/example_reflexive_tactic.v
examples/example_curry_howard_tactics.v
examples/example_data_base.v
examples/example_record_expansion.v
examples/example_record_to_sigma.v
examples/example_fuzzer.v
examples/example_generalize.v
examples/example_import_projections.v
tests/test_API.v
tests/test_API2.v
tests/test_HOAS.v
tests/test_quotation.v
tests/test_vernacular1.v
tests/test_vernacular2.v
tests/test_tactic.v
tests/test_elaborator.v
tests/test_ltac.v
tests/test_cache_async.v
tests/test_COQ_ELPI_ATTRIBUTES.v
tests/perf_calls.v
tests/test_require_bad_order.v
tests/test_ctx_cache.v