diff options
Diffstat (limited to 'bytecomp/lambda.ml')
-rw-r--r-- | bytecomp/lambda.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/lambda.ml b/bytecomp/lambda.ml index e346adb5d..d1f1f5f86 100644 --- a/bytecomp/lambda.ml +++ b/bytecomp/lambda.ml @@ -70,7 +70,7 @@ type structured_constant = type function_kind = Curried | Tupled -type let_kind = Strict | Alias | StrictOpt +type let_kind = Strict | Alias | StrictOpt | Variable type shared_code = (int * int) list |