diff options
| author | Emilio Jesus Gallego Arias | 2018-05-21 23:57:32 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-06-12 14:42:27 +0200 |
| commit | 36a98d55576ebdb106a55c3bd682961da8d77dee (patch) | |
| tree | 1e01791348eb0a10dcbfdfc2853c8bc6ac991dd0 /library | |
| parent | 58630ad9a0b94a804a39a3d99f982965292692c7 (diff) | |
[api] Misctypes removal: remove dummy alias.
Diffstat (limited to 'library')
| -rw-r--r-- | library/misctypes.ml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/misctypes.ml b/library/misctypes.ml index 3b629f449f..7cd1a83be1 100644 --- a/library/misctypes.ml +++ b/library/misctypes.ml @@ -38,10 +38,6 @@ type 'id move_location = | MoveFirst | MoveLast (** can be seen as "no move" when doing intro *) -(** A synonym of [Evar.t], also defined in Term *) - -type existential_key = Evar.t - (** Casts *) type 'a cast_type = |
