lean4-htt/tests/lean/run/1373.lean
2022-07-27 16:09:56 -07:00

4 lines
125 B
Text

class Foo (d: Nat)
set_option checkBinderAnnotations false
inductive Bar [i: ∀ d', d ≤ d' → Foo d']
| mk: Bar (i:=i)