File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -950,9 +950,9 @@ let purge_algebraic_univs_sort state s =
950950
951951let in_elpi_flex_sort t = E. mkApp sortc (E. mkApp typc t [] ) []
952952
953- let sort = { sort with API.Conversion. embed = (fun ~depth state s ->
953+ (* let sort = { sort with API.Conversion.embed = (fun ~depth state s ->
954954 let state, s = purge_algebraic_univs_sort state (EConstr.ESorts.make s) in
955- sort.API.Conversion. embed ~depth state s) }
955+ sort.API.Conversion.embed ~depth state s) } *)
956956
957957let in_elpi_sort ~depth state s =
958958 let state, s, gl = sort.API.Conversion. embed ~depth state s in
Original file line number Diff line number Diff line change @@ -2286,7 +2286,7 @@ phase unnecessary.|};
22862286 | Data u1, Data u2 ->
22872287 if Sorts.equal u1 u2 then state, !: u1 +! u2,[]
22882288 else
2289- let state, u2 = purge_algebraic_univs_sort state (EConstr.ESorts.make u2) in
2289+ (* let state, u2 = purge_algebraic_univs_sort state (EConstr.ESorts.make u2) in *)
22902290 add_universe_constraint state (constraint_leq u1 u2), !: u1 +! u2,[]
22912291 | _ -> err Pp.(str" coq.sort.leq: called with _ as argument" ))),
22922292 DocAbove);
@@ -2300,7 +2300,7 @@ phase unnecessary.|};
23002300 | Data u1, Data u2 ->
23012301 if Sorts.equal u1 u2 then state, !: u1 +! u2,[]
23022302 else
2303- let state, u2 = purge_algebraic_univs_sort state (EConstr.ESorts.make u2) in
2303+ (* let state, u2 = purge_algebraic_univs_sort state (EConstr.ESorts.make u2) in *)
23042304 add_universe_constraint state (constraint_eq u1 u2), !: u1 +! u2, []
23052305 | _ -> err Pp.(str" coq.sort.eq: called with _ as argument" ))),
23062306 DocAbove);
You can’t perform that action at this time.
0 commit comments