Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into nik_binary_search
Browse files Browse the repository at this point in the history
  • Loading branch information
nikswamy committed Sep 6, 2024
2 parents 2fb5240 + 1aa9274 commit e7b2906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/checker/Pulse.Typing.fst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let mk_sq_eq2 (u:universe)
(e0 e1:term)
: term
= let eq = mk_eq2 u t e0 e1 in
(tm_pureapp (tm_uinst (as_fv R.squash_qn) [u]) None eq)
(tm_pureapp (tm_uinst (as_fv R.squash_qn) [u_zero]) None eq)

let mk_slprop_eq (e0 e1:term) : term =
mk_eq2 u2 tm_slprop e0 e1
Expand Down
4 changes: 2 additions & 2 deletions src/ocaml/plugin/generated/Pulse_Typing.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7b2906

Please sign in to comment.