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
moduleBugwhereinfixr1 _⊕_
data_⊕_ (A B :Set) :Setwhereinj : A → B → A ⊕ B
postulateℝ :Setinfixl4 _≡_
data_≡_: ℝ → ℝ →Setwhererefl : (x : ℝ) → x ≡ x
infixl4 _>_ _<_
postulate_>_ : ℝ → ℝ →Set_<_ : ℝ → ℝ →Set
y < x = x > y
{-# ATP definition _<_ #-}postulatebar : (x : ℝ) → (x < x) ⊕ (x < x)
{-# ATP axiom bar #-}postulate foo : (x : ℝ) → x ≡ x
{-# ATP prove foo #-}
$ agda Bug.agda
$ apia --atp=e --check Bug.agda
apia: tptp4X found an error/warning in the file /tmp/Bug/31-foo.fof
Please report this as a bug
WARNING: Line 23 Char 96 Token "," : Multiple arity symbol n_60__24_6263726395305411342, arity 2 and now 0
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: