You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,12 +125,3 @@ record Reveal_·_is_ {A : Set a} {B : A → Set b}
123
125
inspect :∀ {A :Set a} {B : A →Set b}
124
126
(f : (x : A) → B x) (x : A) → Reveal f · x is f x
125
127
inspect f x = [ refl ]
126
-
127
-
{-# WARNING_ON_USAGE Reveal_·_is_
128
-
"Warning: Reveal_·_is_ was deprecated in v2.0.
129
-
Please use new `with ... in` syntax described at https://agda.readthedocs.io/en/v2.6.3/language/with-abstraction.html#with-abstraction-equality instead."
130
-
#-}
131
-
{-# WARNING_ON_USAGE inspect
132
-
"Warning: inspect was deprecated in v2.0.
133
-
Please use new `with ... in` syntax described at https://agda.readthedocs.io/en/v2.6.3/language/with-abstraction.html#with-abstraction-equality instead."
0 commit comments