lean4-htt/tests/lean/run/lcnfIssue.lean
2022-09-21 21:12:17 -07:00

7 lines
233 B
Text

import Lean
def issue : Trans (. < . : Nat → Nat → Prop) (. < . : Nat → Nat → Prop) (. < . : Nat → Nat → Prop) where
trans := Nat.lt_trans
set_option trace.Compiler.result true
#eval Lean.Compiler.compile #[``issue]