Skip to content

Commit

Permalink
Fix prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
tothtamas28 committed Jan 22, 2025
1 parent a100c81 commit 60832d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyk/src/pyk/k2lean4/Prelude.lean
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These theorems should be provable directly from the function rules and the seman
-/

-- Basic K types
abbrev SortBool : Type := Int
abbrev SortBool : Type := Bool
abbrev SortBytes : Type := ByteArray
abbrev SortId : Type := String
abbrev SortInt : Type := Int
Expand Down

0 comments on commit 60832d1

Please sign in to comment.