packages feed

rzk-0.11.1: test/typecheck/cases/ill-data-eliminator-mismatch.rzk

#lang rzk-1

-- A re-ascribed eliminator type must be definitionally equal to the
-- canonical generated type; here the method for the constructor is missing.
#data d := c
  eliminate with ind-d : (C : d → U) → (x : d) → C x