Yiyun Liu

Results 12 issues of Yiyun Liu

I encountered this issue when trying to reuse coreToLogic to turn the elaborated core expression back to fixpoint expression. ```haskell {-@ LIQUID "--reflect" @-} {-@ reflect bad @-} bad ::...

Here's my best effort attempt at minimizing the example: ```coq From Equations Require Import Equations. Inductive Ki : Type := | Star : Ki. Inductive Ty : Type := |...