Skip to content

Commit e0fdfdc

Browse files
committed
wip
1 parent 67e3e89 commit e0fdfdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coq_elpi_HOAS.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,7 @@ let purge_algebraic_univs_sort state s =
910910

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

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

0 commit comments

Comments
 (0)