Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#16903.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot authored and lukaszcz committed Jan 7, 2023
1 parent 82a0824 commit 6abedf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/hammer_main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ let hhterm_of_sort s = match Sorts.family s with
| InProp -> mk_id "$Prop"
| InSet -> mk_id "$Set"
| InType -> mk_id "$Type"
| InQSort -> mk_id "$Type"

let hhterm_of_constant c =
tuple [mk_id "$Const"; hhterm_of_global (Names.GlobRef.ConstRef c)]
Expand Down

0 comments on commit 6abedf1

Please sign in to comment.