lean4-htt/tests
Leonardo de Moura 16740a1540
feat: some grind_pattern constraints (#11405)
This PR implements the following `grind_pattern` constraints:
```lean
grind_pattern fax => f x  where
  depth x < 2

grind_pattern fax => f x where
  is_ground x

grind_pattern fax => f x where
  size x < 5

grind_pattern fax => f x where
  gen < 2

grind_pattern fax => f x where
  max_insts < 4

grind_pattern gax => g as where
  as =?= _ :: _
```
2025-11-27 18:05:47 +00:00
..
bench chore: add radar-based bench suite for stdlib (#11264) 2025-11-25 12:59:30 +00:00
bench-radar chore: add radar-based bench suite for stdlib (#11264) 2025-11-25 12:59:30 +00:00
compiler chore: rename String.ValidPos to String.Pos (#11240) 2025-11-24 16:40:21 +00:00
elabissues
ir
lake chore: lake: update tests/toml (#11314) 2025-11-22 04:41:58 +00:00
lean feat: some grind_pattern constraints (#11405) 2025-11-27 18:05:47 +00:00
pkg feat: improve error message in the case of type class synthesis failure (#11245) 2025-11-21 21:24:27 +00:00
playground
plugin chore: re-enable tests (#10923) 2025-10-23 08:38:57 +00:00
simpperf
.gitignore
common.sh chore: make workspaceSymbol benchmarks modules (#11094) 2025-11-05 18:40:39 +00:00
lakefile.toml
lean-toolchain