aboutsummaryrefslogtreecommitdiff
path: root/checker/values.ml
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-02-07 13:25:59 +0100
committerGaëtan Gilbert2020-02-07 13:25:59 +0100
commit633d9829d4e3678583c9e1ad161253fb53be1290 (patch)
tree4c7edf5c090b369574b68d587787bac4b74d89ba /checker/values.ml
parentadf04f62d3ff5b0651cec2e8596ce3900d3af1eb (diff)
parent22b3b961804bea2c8b56cbab9a0c4902bf45c56c (diff)
Merge PR #11528: Checker does not rely on Monomorphic fields
Reviewed-by: SkySkimmer
Diffstat (limited to 'checker/values.ml')
-rw-r--r--checker/values.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/values.ml b/checker/values.ml
index fff166f27b..c8bbc092b4 100644
--- a/checker/values.ml
+++ b/checker/values.ml
@@ -228,7 +228,7 @@ let v_oracle =
|]
let v_pol_arity =
- v_tuple "polymorphic_arity" [|List(Opt v_level);v_univ|]
+ v_tuple "polymorphic_arity" [|List(Opt v_level);v_univ;v_context_set|]
let v_primitive =
v_enum "primitive" 44 (* Number of "Primitive" in Int63.v and PrimFloat.v *)