MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / whnf

Method whnf

lean_py/kernel.py:321–322  ·  view source on GitHub ↗
(self, src: str)

Source from the content-addressed store, hash-verified

319 return self._lib.leanpy_kernel_pretty_print(src)
320
321 def whnf(self, src: str) -> str:
322 return self._lib.leanpy_kernel_whnf(src)
323
324 def expr_echo(self, src: str) -> tuple[str, str]:
325 s = self._lib.leanpy_kernel_expr_echo(src)

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected