Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Feb 1, 2024
1 parent 67e3e89 commit e0fdfdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coq_elpi_HOAS.ml
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ let purge_algebraic_univs_sort state s =

let in_elpi_flex_sort t = E.mkApp sortc (E.mkApp typc t []) []

(* WIP: I do not know how to make this optional *)
(* let sort = { sort with API.Conversion.embed = (fun ~depth state s ->
let state, s = purge_algebraic_univs_sort state (EConstr.ESorts.make s) in
sort.API.Conversion.embed ~depth state s) } *)
Expand Down

0 comments on commit e0fdfdc

Please sign in to comment.