diff options
| author | mlasson | 2015-01-21 11:07:32 +0100 |
|---|---|---|
| committer | Matthieu Sozeau | 2015-01-21 22:42:23 +0530 |
| commit | feca7916eaaceea96be4c15f08895578b3703a1c (patch) | |
| tree | 043e20ff64fe0f1b672dc41c3b411e31abf902df /toplevel/command.mli | |
| parent | 3527a32a9c055a1438f0c85b77d3dbd8d38cbd32 (diff) | |
Add the possibility of defining opaque terms with program.
Diffstat (limited to 'toplevel/command.mli')
| -rw-r--r-- | toplevel/command.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/command.mli b/toplevel/command.mli index 894333ad53..1de47d38c4 100644 --- a/toplevel/command.mli +++ b/toplevel/command.mli @@ -167,5 +167,5 @@ val do_cofixpoint : val check_mutuality : Environ.env -> bool -> (Id.t * types) list -> unit -val declare_fix : definition_kind -> Univ.universe_context -> Id.t -> +val declare_fix : ?opaque:bool -> definition_kind -> Univ.universe_context -> Id.t -> Entries.proof_output -> types -> Impargs.manual_implicits -> global_reference |
