Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Nov 1, 2024
1 parent 81ba758 commit 34b9b46
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Qpf/Macro/Comp.lean
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,6 @@ def List.indexOf' {α : Type} [BEq α] : α → (as : List α) → Option (Fin2
| none => none
| some i => some <| .fs i



-- structure QpfExpr (u : Level) (arity : Nat) where
-- F : Q(TypeFun.{u,u} $arity)
-- qpf : Q(@MvQPF _ $F) := by exact q(by infer_instance)
-- deriving Inhabited

def isLiveVar (varIds : Vector FVarId n) (id : FVarId) := varIds.toList.contains id

open PrettyPrinter in
Expand Down

0 comments on commit 34b9b46

Please sign in to comment.