diff options
| author | Maxime Dénès | 2017-05-05 15:36:58 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-05 15:36:58 +0200 |
| commit | 1b4b828c3045263aee55ac19e7b9ba45a4743af2 (patch) | |
| tree | 73f7c9ed6210bc0449e0974d9dd20c79199718a1 /intf | |
| parent | 773d95f915996b581b7ea82d9193197649c951a0 (diff) | |
| parent | 4361c1ed9ac5646055f9f0eecc4a003d720c1994 (diff) | |
Merge PR#544: Anonymous universes
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/misctypes.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intf/misctypes.mli b/intf/misctypes.mli index 33dc2a335c..7c2dc5177c 100644 --- a/intf/misctypes.mli +++ b/intf/misctypes.mli @@ -48,8 +48,8 @@ type 'a glob_sort_gen = | GProp (** representation of [Prop] literal *) | GSet (** representation of [Set] literal *) | GType of 'a (** representation of [Type] literal *) -type sort_info = string Loc.located list -type level_info = string Loc.located option +type sort_info = Name.t Loc.located list +type level_info = Name.t Loc.located option type glob_sort = sort_info glob_sort_gen type glob_level = level_info glob_sort_gen |
