diff options
| author | Gaëtan Gilbert | 2019-05-10 11:49:50 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-05-27 13:52:45 +0200 |
| commit | be8db31abc6839921e91540ab4b3300da9b64933 (patch) | |
| tree | 3389fa5241102322b8f6eb45c3c2436b14938558 /checker/values.ml | |
| parent | c371b6f0bc6aa75fb3fe138d2bd52bdd189550b1 (diff) | |
mind_kelim is the highest allowed sort instead of a list
Diffstat (limited to 'checker/values.ml')
| -rw-r--r-- | checker/values.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/values.ml b/checker/values.ml index 4b651cafb6..adee9b8bde 100644 --- a/checker/values.ml +++ b/checker/values.ml @@ -257,7 +257,7 @@ let v_one_ind = v_tuple "one_inductive_body" Array v_constr; Int; Int; - List v_sortfam; + v_sortfam; Array (v_pair v_rctxt v_constr); Array Int; Array Int; |
