diff options
| author | Pierre Letouzey | 2017-07-21 12:02:36 +0200 |
|---|---|---|
| committer | Pierre Letouzey | 2017-07-26 19:23:47 +0200 |
| commit | b0e52bbbc52691343b3fab927b20c1f512f59976 (patch) | |
| tree | bb6685c2394ad333cbc1d87d893125d70063c9a7 /API | |
| parent | bd1a0abf49fe67e7f02dc562d4b81d27ed6f606c (diff) | |
Extraction: reduce primitive projections in types (fix bug 4709)
Diffstat (limited to 'API')
| -rw-r--r-- | API/API.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/API/API.mli b/API/API.mli index bb24d5768f..d136deb70c 100644 --- a/API/API.mli +++ b/API/API.mli @@ -169,6 +169,8 @@ sig val map : (Constant.t -> Constant.t) -> t -> t val constant : t -> Constant.t val equal : t -> t -> bool + val unfolded : t -> bool + val unfold : t -> t end type evaluable_global_reference = |
