Skip to content

Commit

Permalink
Change predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulc29 committed Apr 8, 2024
1 parent 9238eb7 commit 3d55e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Realizability/Tripos/Prealgebra/Predicate/Base.agda
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ open CombinatoryAlgebra ca
open Realizability.CombinatoryAlgebra.Combinators ca renaming (i to Id; ia≡a to Ida≡a)

record Predicate (X : Type ℓ') : Type (ℓ-max (ℓ-max (ℓ-suc ℓ) (ℓ-suc ℓ')) (ℓ-suc ℓ'')) where
constructor consPredicate
constructor makePredicate
field
isSetX : isSet X
∣_∣ : X A Type (ℓ-max (ℓ-max ℓ ℓ') ℓ'')
Expand Down

0 comments on commit 3d55e7c

Please sign in to comment.