lean4-htt/tests/lean/run/test_single.sh
Sebastian Ullrich c4747752fe
fix: detect private references in inferred type of public def (#10762)
This PR fixes an inconsistency in the module system around defs with
elided types.
2025-10-15 12:51:54 +00:00

6 lines
252 B
Bash
Executable file

#!/usr/bin/env bash
source ../../common.sh
# `--root` to infer same private names as in the server
# Elab.inServer to allow for arbitrary `#eval`
exec_check_raw lean --root=../.. -Dlinter.all=false -Dexperimental.module=true -DElab.inServer=true "$f"