packages feed

MiniAgda-0.2014.1.9: test/succeed/PTSRule.ma

-- 2010-09-22

-- a buggy PTS rule might check whether the sort of the domain
-- is leq than the sort of the codomain

let T : (i : Size) -> Set ($$ i)
  = \ i -> Set ($ i) -> Set i

let U : (i : Size) -> Set _
  = \ i -> Set ($ _) -> Set _