diff options
| author | Maxime Dénès | 2017-07-19 16:22:48 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-19 16:22:48 +0200 |
| commit | 4d4ec6a095d01b6117ac3682d8a7882b1a2520e7 (patch) | |
| tree | d9ad4f412a3d3889ce869a4c0aecbc9dc098271a /API/API.ml | |
| parent | e273ff57ef82e81ab6b6309584a7d496ae4659c1 (diff) | |
| parent | ab53757a3bf57ced503023f3cf9dea5b5503dfea (diff) | |
Merge PR #770: [proof] Move bullets to their own module.
Diffstat (limited to 'API/API.ml')
| -rw-r--r-- | API/API.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/API/API.ml b/API/API.ml index 093ca97f80..32c664d7b1 100644 --- a/API/API.ml +++ b/API/API.ml @@ -79,6 +79,7 @@ module Nametab = Nametab module Vernacentries = Vernacentries module Mltop = Mltop module Goal = Goal +module Proof_bullet = Proof_bullet module Proof_global = Proof_global module Proof = Proof module Smartlocate = Smartlocate |
