lean4-htt/tests/pkg/cbv_attr/CbvAttr/PublicFunction.lean
Wojciech Różowski 7d32030729
feat: add cbv_eval attribute (#12296)
This PR adds `cbv_eval` attribute that allows to evaluate functions in
`cbv` tactic using pre-registered theorems.
2026-02-10 15:41:42 +00:00

7 lines
89 B
Text

module
public def f3 (x : Nat) :=
x + 1
@[expose] public def f4 (x : Nat) :=
x + 1