diff options
| author | Maxime Dénès | 2017-04-03 15:21:16 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-04-03 15:22:40 +0200 |
| commit | 9da03d38249a2716e7ede5d20948759e6d975138 (patch) | |
| tree | d6666937b32e3b65e71caaf4511f164e7818ef04 /plugins/funind/glob_termops.mli | |
| parent | 3fe764dd8d6578adddb01b02bafc7f31d9cb776c (diff) | |
| parent | eec5145a5c6575d04b5ab442597fb52913daed29 (diff) | |
Merge PR#417: No cast surgery in let in
Diffstat (limited to 'plugins/funind/glob_termops.mli')
| -rw-r--r-- | plugins/funind/glob_termops.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/glob_termops.mli b/plugins/funind/glob_termops.mli index 179e8fe8d9..84359a36b7 100644 --- a/plugins/funind/glob_termops.mli +++ b/plugins/funind/glob_termops.mli @@ -19,7 +19,7 @@ val mkGVar : Id.t -> glob_constr val mkGApp : glob_constr*(glob_constr list) -> glob_constr val mkGLambda : Name.t * glob_constr * glob_constr -> glob_constr val mkGProd : Name.t * glob_constr * glob_constr -> glob_constr -val mkGLetIn : Name.t * glob_constr * glob_constr -> glob_constr +val mkGLetIn : Name.t * glob_constr * glob_constr option * glob_constr -> glob_constr val mkGCases : glob_constr option * tomatch_tuples * cases_clauses -> glob_constr val mkGSort : glob_sort -> glob_constr val mkGHole : unit -> glob_constr (* we only build Evd.BinderType Anonymous holes *) |
