Stuck on unification problems during case splitting

前端 未结 0 1520
南笙
南笙 2020-12-07 09:54

Suppose we have the following code:

open import Data.Fin
open import Data.Nat

data SType : ℕ → Set where

variable
  ℓ : ℕ
  ι : Fin ℓ
  τ τ\' : SType ℓ

inf         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题