No need to prove that abstract types in struct are different

このコミットが含まれているのは:
Frédéric Bour 2020-05-15 11:18:30 +02:00 committed by Frédéric Bour
コミット e714cdde9c
1個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -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 *)