diff options
| author | Matthieu Sozeau | 2015-10-30 11:48:40 -0400 |
|---|---|---|
| committer | Matthieu Sozeau | 2015-10-30 12:06:14 -0400 |
| commit | 77cf18eb844b45776b2ec67be9f71e8dd4ca002c (patch) | |
| tree | ebdb8d21dbe412505e99985b4afef9078802b3a0 /library/declare.mli | |
| parent | 8d99e4bf4c54e9eabb0910740f79375ff399b844 (diff) | |
Add a way to get the right fix_exn in external vernacular commands
involving Futures.
Diffstat (limited to 'library/declare.mli')
| -rw-r--r-- | library/declare.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/declare.mli b/library/declare.mli index fdbd235614..c6119a58ac 100644 --- a/library/declare.mli +++ b/library/declare.mli @@ -48,7 +48,8 @@ type internal_flag = | UserIndividualRequest (* Defaut definition entries, transparent with no secctx or proj information *) -val definition_entry : ?opaque:bool -> ?inline:bool -> ?types:types -> +val definition_entry : ?fix_exn:Future.fix_exn -> + ?opaque:bool -> ?inline:bool -> ?types:types -> ?poly:polymorphic -> ?univs:Univ.universe_context -> ?eff:Safe_typing.private_constants -> constr -> Safe_typing.private_constants definition_entry |
