diff options
| author | Emilio Jesus Gallego Arias | 2019-06-11 02:02:15 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-06-24 20:55:37 +0200 |
| commit | 0c47ebf825690675cbb71153b8c9e4f7f6858984 (patch) | |
| tree | 89ab530dca4fb76bc9421a864163ca0443269133 /stm | |
| parent | da5bbda84bd22b87a6057175c9d4d2391808e294 (diff) | |
[proof] API Documentation fixes.
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/stm.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/stm.ml b/stm/stm.ml index b73d3dcdeb..28d5447c44 100644 --- a/stm/stm.ml +++ b/stm/stm.ml @@ -1735,7 +1735,7 @@ end = struct (* {{{ *) | `OK (po,_) -> let con = Nametab.locate_constant - (Libnames.qualid_of_ident po.Proof_global.id) in + (Libnames.qualid_of_ident po.Proof_global.name) in let c = Global.lookup_constant con in let o = match c.Declarations.const_body with | Declarations.OpaqueDef o -> o |
