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
moduleBugwherepostulateD :Set_≡_ : D → D →Setd e : D
foo :∀ x → x ≡ x
foo x = bar
wherepostulated≡e : d ≡ e
postulatebar : x ≡ x
{-# ATP prove bar d≡e #-}-- $ apia Bug.agda-- An internal error has occurred. Please report this as a bug.-- Location of the error: src/Apia/Utils/AgdaAPI/Interface.hs:307-- The error occurs because the dead code analysis removes `d≡e` from-- the interface file.
From @asr on September 30, 2015 15:46
Agda is using a dead code analysis for reducing the interfaces file. Apia currently doesn't support this "feature".
At the moment, we removed the dead code analysis from eagda (see asr/eagda@3dbd2a6).
The text was updated successfully, but these errors were encountered: