Skip to content

Commit

Permalink
comment out GProj in order to make #8456 pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Tassi committed Oct 18, 2018
1 parent 58f22cb commit 083cf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coq_elpi_glob_quotation.ml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ let rec gterm2lp depth state x = match (DAst.get x) (*.CAst.v*) with

| GEvar(_k,_subst) -> nYI "(glob)HOAS for GEvar"
| GPatVar _ -> nYI "(glob)HOAS for GPatVar"
| GProj _ -> nYI "(glob)HOAS for GProj"
(* | GProj _ -> nYI "(glob)HOAS for GProj" *)

| GApp(hd,args) ->
let state, hd = gterm2lp depth state hd in
Expand Down

0 comments on commit 083cf0d

Please sign in to comment.