diff options
| author | Matthieu Sozeau | 2015-10-27 13:55:45 -0400 |
|---|---|---|
| committer | Matthieu Sozeau | 2015-10-27 14:03:42 -0400 |
| commit | ed7af646f2e486b7e96812ba2335e644756b70fd (patch) | |
| tree | 4f800531ad9238598d7c6231b6b165c167bd6c1f /toplevel/command.mli | |
| parent | 7bf9bbe2968802b48230d35d34c585201ee9e9b4 (diff) | |
Fix bugs 4389, 4390 and 4391 due to wrong handling of universe names
structure.
Diffstat (limited to 'toplevel/command.mli')
| -rw-r--r-- | toplevel/command.mli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toplevel/command.mli b/toplevel/command.mli index b1e1d7d060..b400f0fde2 100644 --- a/toplevel/command.mli +++ b/toplevel/command.mli @@ -20,8 +20,9 @@ open Pfedit (** This file is about the interpretation of raw commands into typed ones and top-level declaration of the main Gallina objects *) -val do_universe : Id.t Loc.located list -> unit -val do_constraint : (Id.t Loc.located * Univ.constraint_type * Id.t Loc.located) list -> unit +val do_universe : polymorphic -> Id.t Loc.located list -> unit +val do_constraint : polymorphic -> + (Id.t Loc.located * Univ.constraint_type * Id.t Loc.located) list -> unit (** {6 Hooks for Pcoq} *) |
