rzk-0.11.1: test/typecheck/cases/ill-data-compute-kind.rzk
#lang rzk-1
-- The clause kinds must match: a computation rule is not an eliminator.
#data S1 := base | loop : base =_{S1} base
eliminate with compute-ind-S1-loop : U
#lang rzk-1
-- The clause kinds must match: a computation rule is not an eliminator.
#data S1 := base | loop : base =_{S1} base
eliminate with compute-ind-S1-loop : U