diff options
author | Son HO | 2024-06-13 09:32:20 +0200 |
---|---|---|
committer | GitHub | 2024-06-13 09:32:20 +0200 |
commit | b782e5f02b66ded139df40aad6fb564f20396076 (patch) | |
tree | ab07ee7a93f4262e6acd8f5489c381fa87248d3a | |
parent | 48cc142ed8275eeb1d591748f3ec2916e0b528e5 (diff) | |
parent | 40e79f1fd64a6535334b1af19a817b27a9a0296c (diff) |
Merge branch 'main' into son/scalars2
-rw-r--r-- | backends/lean/Base/Arith/Int.lean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/lean/Base/Arith/Int.lean b/backends/lean/Base/Arith/Int.lean index 59cdca25..6d27a35e 100644 --- a/backends/lean/Base/Arith/Int.lean +++ b/backends/lean/Base/Arith/Int.lean @@ -22,7 +22,7 @@ class HasIntProp (a : Sort u) where prop : ∀ x:a, prop_ty x /- Proposition with implications: if we find P we can introduce Q in the context -/ -class PropHasImp (x : Prop) where +class PropHasImp (x : Sort u) where concl : Prop prop : x → concl |