Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Fix #664. (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Apr 20, 2018
1 parent 03bb5b0 commit 59075c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redprl/refiner_composition_kit.fun
Expand Up @@ -168,7 +168,7 @@ struct
val _ = Assert.tautologicalEquations "HCom.Eq tautology checking" eqs0

(* type *)
val goalTy0 = makeType tr H (ty0, k)
val goalTy0 = makeEqType tr H ((ty0, ty1), k)
val goalTy = View.makeAsSubTypeIfDifferent tr H (ty0, ty) (* (ty0, k) is proved *)

(* cap *)
Expand Down

0 comments on commit 59075c7

Please sign in to comment.