No need to prove that abstract types in struct are different

This commit is contained in:
Frédéric Bour 2020-05-15 11:18:30 +02:00 revīziju iesūtīja Frédéric Bour
vecāks efff3a2102
revīzija e714cdde9c
1 mainīti faili ar 3 papildinājumiem un 3 dzēšanām

Parādīt failu

@ -77,9 +77,9 @@ let (++) (x : requirement) (y : requirement) : requirement =
type ui = Nottui.ui
(* Category of intermediate nodes *)
type flat = private Flat
type nonflat = private Nonflat
type uncached = private Uncached
type flat
type nonflat
type uncached
type 'a ui_cache =
| (* A placeholder for a cache that is empty *)