rzk-0.8.0: test/typecheck/cases/ill-tope-not-satisfied-rec-or-boundary-equiv.rzk
#lang rzk-1 -- After the branches of `recOR`, the checker requires the local tope context to be -- equivalent to the disjunction of branch guard topes (`contextEquiv`). -- With only `⊤` on `t : 2`, the boundary `t ≡ 0 ∨ t ≡ 1` is not entailed. #define boundaryUnit (t : 2) : U := recOR( t === 0_2 |-> unit, t === 1_2 |-> unit )