7 lines
233 B
Text
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]
|