packages feed

rzk-0.11.0: test/typecheck/cases/ill-data-eliminator-clause.rzk

#lang rzk-1

-- The eliminator re-ascription clause parses (the grammar covers all
-- stages) but is not supported before the HIT stage.
#data d := c
  eliminator ind-d : (C : d → U) → C c → (x : d) → C x