diff options
| author | Maxime Dénès | 2017-08-01 13:01:44 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-08-01 13:01:44 +0200 |
| commit | 72c69399c0d4b37174f9d91ac79fc359619eb63c (patch) | |
| tree | 92cecb569052db252a3d7843e106262492b770af /API | |
| parent | 23abe7ade3683168e4c7adf2aceb5045e2565e68 (diff) | |
| parent | dc38423a70e63206f8c4127182d3f2d703025a0d (diff) | |
Merge PR #909: 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 3ae8ac64c4..a0e77edd12 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 = |
