Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Mar 7, 2024
1 parent dcd8f22 commit 9704b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/Hierarchy.v
Original file line number Diff line number Diff line change
Expand Up @@ -747,13 +747,13 @@ Elpi Accumulate lp:{{
(fun `A` (sort prop) a\ fun `B` (sort prop) b\
fun `R` (app [RelMN, a, b]) r\
app [BuildRelNM, b, a,
app [SymRel, a, b, app [RelMN, a, b, r]],
app [SymRel, a, b, app [RMN, a, b, r]],
app [ContravariantMN, a, b, r],
app [CovariantMN, a, b, r]
]),
ParamSym is "Prop_Param" ^ MStr ^ NStr ^ "_sym",
std.assert-ok! (coq.typecheck Decl _) "generate-prop-param-sym: Decl ill-typed",
@udecl! [L] tt [] tt => coq.env.add-const ParamSym Decl _ @transparent! _.
@udecl! [] tt [] tt => coq.env.add-const ParamSym Decl _ @transparent! _.
}}.
Elpi Typecheck.

Expand Down

0 comments on commit 9704b28

Please sign in to comment.