fix(tests/lean/run/inline_fn): pretty-printer segfaults, disable for now
This commit is contained in:
parent
7b18bc94fd
commit
b902dc3dac
1 changed files with 0 additions and 3 deletions
|
|
@ -5,9 +5,6 @@ def h : Nat → Nat
|
|||
| 0 := 10
|
||||
| (n+1) := n * h n
|
||||
|
||||
set_option pp.all true
|
||||
set_option trace.compiler true
|
||||
|
||||
def g1 (x : Nat) :=
|
||||
inline f x
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue