Skip to content

Commit

Permalink
Add back ListHook and SetHook
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCoRo committed Jan 16, 2025
1 parent 2047517 commit 9cffbc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyk/src/pyk/k2lean4/Prelude.lean
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ abbrev SortInt : Type := Int
abbrev SortString : Type := String
abbrev SortStringBuffer : Type := String

abbrev ListHook (E : Type) : Type := List E
abbrev SetHook (E : Type) : Type := List E

namespace MapHookDef
/-
Expand Down

0 comments on commit 9cffbc7

Please sign in to comment.