diff --git a/pyk/src/pyk/k2lean4/Prelude.lean b/pyk/src/pyk/k2lean4/Prelude.lean index d8b5de0e97..a7d4e04c63 100644 --- a/pyk/src/pyk/k2lean4/Prelude.lean +++ b/pyk/src/pyk/k2lean4/Prelude.lean @@ -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