diff options
Diffstat (limited to 'compiler/Pure.ml')
-rw-r--r-- | compiler/Pure.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/Pure.ml b/compiler/Pure.ml index 1b0a6b5c..118aec50 100644 --- a/compiler/Pure.ml +++ b/compiler/Pure.ml @@ -498,6 +498,9 @@ and loop = { inputs : var list; inputs_lvs : typed_pattern list; (** The inputs seen as patterns. See {!fun_body}. *) + back_output_tys : ty list option; + (** The types of the given back values, if we ar esynthesizing a backward + function *) loop_body : texpression; } |